CommonNodeT Class |
Namespace: UMod.Interface
[SerializableAttribute] public abstract class CommonNode<T> : MonoBehaviour where T : class
[Missing <typeparam name="T"/> documentation for "T:UMod.Interface.CommonNode`1"]
The CommonNodeT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommonNodeT | Initializes a new instance of the CommonNodeT class |
Name | Description | |
---|---|---|
![]() | OnLinkAsset |
Called at runtime when the node should be linked.
The overriding method should restore the state of the node.
|
Name | Description | |
---|---|---|
![]() | nodeLink |
The name of the prefab to replace this node when loaded.
|
![]() ![]() | onNodeCreated |
Event that is triggered when the node script activates allowing the correct replacement asset to be substituted.
|