Behavior<'a, 'b> Type
Defines a generic behavior.
Record fields
Record Field | Description |
|
|
|
|
Static members
Static member | Description |
Full Usage:
Behavior.ofSeq scope transformers
Parameters:
Scope<'a, 'b>
transformers : 'b Transformer seq
Returns: Behavior<'a, 'b>
|
|
Full Usage:
Behavior.run delta time constrain behavior target
Parameters:
GameTime
time : GameTime
constrain : Constraint
behavior : Behavior<'a, 'b>
target : 'a
Returns: Output * 'a
|
|
Full Usage:
Behavior.runMany delta time constrain behavior targets
Parameters:
GameTime
time : GameTime
constrain : Constraint
behavior : Behavior<'a, 'b>
targets : 'a SArray
Returns: Output
|
|
Full Usage:
Behavior.singleton scope transformer
Parameters:
Scope<'a, 'b>
transformer : 'b Transformer
Returns: Behavior<'a, 'b>
|