PrefabNode Class |
Namespace: UMod.Interface
[SerializableAttribute] public sealed class PrefabNode : CommonNode<GameObject>
The PrefabNode type exposes the following members.
Name | Description | |
---|---|---|
PrefabNode | Initializes a new instance of the PrefabNode class |
Name | Description | |
---|---|---|
OnLinkAsset |
Called when the prefab node is spawned and allows the node to be replaced with the correct game object.
(Overrides CommonNodeTOnLinkAsset(T).) |