Header menu logo Nu

Behavior Type

The base behavior type.

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Parameters:
Returns: Output * obj
Modifiers: abstract

Run the behavior over a single target.

delta : GameTime
time : GameTime
constrain : Constraint
targetObj : obj
Returns: Output * obj

this.RunMany

Full Usage: this.RunMany

Parameters:
Returns: Output
Modifiers: abstract

Run the behavior over multiple targets.

delta : GameTime
time : GameTime
constrain : Constraint
targetObj : obj
Returns: Output

Type something to start searching.