Create

Create(GameObject, Type)

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

Description

Create ParameterContainer.

Parameters

Parameter Name Description
gameObject The GameObject to add to
type ParameterContainer type

Returns

The created ParamreterContainer

Create(GameObject, Type, Object)

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

Description

Create ParameterContainer.

Parameters

Parameter Name Description
gameObject The GameObject to add to
type ParameterContainer type
owner Owner

Returns

The created ParamreterContainer