GetBehaviours

public StateBehaviour[] GetBehaviours(Type type) ;

Gets the behaviours.

Parameter Name Description
type Type of you want to get StateBehaviour.

Array of found StateBehaviour.

public T[] GetBehaviours<T>() ;

Gets the behaviours.

Type Parameter Name Description Type Constraints
T Type of you want to get StateBehaviour.

Array of found StateBehaviour.