Class ComponentDependency
Implements
ISerializationCallbackReceiver
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
[Serializable]
public class ComponentDependency : ISerializationCallbackReceiver
Properties
Component
Declaration
public MonoBehaviour Component { get; set; }
Property Value
Type | Description |
---|---|
MonoBehaviour |
GameObject
Declaration
public GameObject GameObject { get; set; }
Property Value
Type | Description |
---|---|
GameObject |
Type
Declaration
public Type Type { get; set; }
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