Create

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

NodeGraphの作成

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

作成したNodeGraph

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

NodeGraphの作成

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

作成したNodeGraph