Class ScriptGraphParameter
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
[Serializable]
public class ScriptGraphParameter : DataSetItem, IDataSetItem, ISerializationCallbackReceiver
Constructors
ScriptGraphParameter(string, Type)
Declaration
public ScriptGraphParameter(string name, Type type)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
Type | type |
Properties
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
OnAfterDeserialize()
Implement this method to receive a callback after Unity deserializes your object.
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Implement this method to receive a callback before Unity serializes your object.
Declaration
public void OnBeforeSerialize()
Implements
UnityEngine.ISerializationCallbackReceiver