ExtensionServiceCreator.ProfileFolderObject 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 class file, if applicable
public:
property UnityEngine::Object ^ ProfileFolderObject { UnityEngine::Object ^ get(); void set(UnityEngine::Object ^ value); };
public UnityEngine.Object ProfileFolderObject { get; set; }
member this.ProfileFolderObject : UnityEngine.Object with get, set
Public Property ProfileFolderObject As Object
Property Value
UnityEngine.Object