Interface IGLScriptableObject
Classes that can be edited in the inspector using a custum editor should implement this interface to allow the editor to update the presentation when necessary.
[Version(1, 8, 0)]
public interface IGLScriptableObject
- Extension Methods
Methods
__UpdatePresentation(bool)
void __UpdatePresentation(bool forceUpdate)
Parameters
forceUpdate
boolWhen true, the object must update its presentation state with its logical state. When false, it can do so depending on the update settings of the object.