Class ComponentDependency
Inheritance
object
ComponentDependency
Implements
UnityEngine.ISerializationCallbackReceiver
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 ComponentDependency : ISerializationCallbackReceiver
Properties
Component
Declaration
public MonoBehaviour Component { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.MonoBehaviour |
GameObject
Declaration
public GameObject GameObject { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.GameObject |
Type
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
UnityEngine.ISerializationCallbackReceiver