Create

Create(GameObject, Type)

public static ParameterContainerInternal Create(GameObject gameObject, Type type) ;

説明

ParameterContainerを作成する。

パラメーター

パラメーター名 説明
gameObject 追加先のGameObject
type ParameterContainerの型

戻り値

作成されたParamreterContainer

Create(GameObject, Type, Object)

public static ParameterContainerInternal Create(GameObject gameObject, Type type, Object owner) ;

説明

ParameterContainerを作成する。

パラメーター

パラメーター名 説明
gameObject 追加先のGameObject
type ParameterContainerの型
owner 所有者

戻り値

作成されたParamreterContainer