GetBehaviour

public StateBehaviour GetBehaviour(Type type) ;

Gets the behaviour.

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

Found StateBehaviour. Or null if it is not.

public T GetBehaviour<T>() ;

Gets the behaviour.

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

Found StateBehaviour. Or null if it is not.