Class ScriptGraphParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 | |
System.Type | type |
Properties
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
UnityEngine.ISerializationCallbackReceiver