Create

Create(GameObject, Type)

public static NodeGraph Create(GameObject gameObject, Type classType) ;

説明

NodeGraphの作成

パラメーター

パラメーター名 説明
gameObject GameObject
classType NodeGraphの型

戻り値

作成したNodeGraph

Create<GraphType>(GameObject)

public static GraphType Create<GraphType>(GameObject gameObject) ;

説明

NodeGraphの作成

型パラメーター

型パラメーター名 説明 型制約
GraphType NodeGraphの型

パラメーター

パラメーター名 説明
gameObject GameObject

戻り値

作成したNodeGraph