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