Adds a behaviour that can be selected randomly.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public void AddBehaviour(
	Behaviour b
)

Parameters

b
Type: BaseLib..::..Behaviour
The behaviour.

See Also