ExtensionServiceCreator.ProfileAssetFolderObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unity object pointing to folder asset to place ScriptableObject profile asset file, if applicable
public:
property UnityEngine::Object ^ ProfileAssetFolderObject { UnityEngine::Object ^ get(); void set(UnityEngine::Object ^ value); };
public UnityEngine.Object ProfileAssetFolderObject { get; set; }
member this.ProfileAssetFolderObject : UnityEngine.Object with get, set
Public Property ProfileAssetFolderObject As Object
Property Value
UnityEngine.Object