C# Class MutableObjects.Generic.MutableObject

Inheritance: ScriptableObject, IMutableObject
Datei anzeigen Open project: chark/unity-scriptable-objects

Public Methods

Method Description
ResetValues ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void
OnValidate ( ) : void

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnValidate() protected method

protected OnValidate ( ) : void
return void

ResetValues() public abstract method

public abstract ResetValues ( ) : void
return void