GetBehaviours
GetBehaviours(Type)
Description
Gets the behaviours.
Parameters
Parameter Name | Description |
---|---|
type | Type of you want to get StateBehaviour. |
Returns
Array of found StateBehaviour.
GetBehaviours<T>()
public T[] GetBehaviours<T>() ;
Description
Gets the behaviours.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Type of you want to get StateBehaviour. |
Returns
Array of found StateBehaviour.