CreateNodeBehaviour
CreateNodeBehaviour(Node, Type, bool)
説明
Editor用。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| node | ノード | 
| type | 型 | 
| duplicate | 複製したか | 
戻り値
作成したNodeBehaviourを返す。
CreateNodeBehaviour<Type>(Node, bool)
説明
Editor用。
型パラメーター
| 型パラメーター名 | 説明 | 型制約 | 
|---|---|---|
| Type | 型 | 
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| node | ノード | 
| duplicate | 複製したか | 
戻り値
作成したNodeBehaviourを返す。