Method | Description | |
---|---|---|
AvatarControls ( IAvatarControls other ) : System.Collections.Generic |
|
|
AvatarControls ( int priority, float desiredForwardSpeed = 0f, float desiredRightSpeed = 0f, float desiredRotation = 0f, bool interact = false, bool use = false, bool pickUp = false, |
|
|
ToDictionary ( ) : float>.Dictionary |
||
Update ( IAvatarControls actions ) : void |
Rewrites actions from this AvatarControls with actions from given AvatarControls with lower priority value.
|
public AvatarControls ( IAvatarControls other ) : System.Collections.Generic | ||
other | IAvatarControls | |
return | System.Collections.Generic |
public AvatarControls ( int priority, float desiredForwardSpeed = 0f, float desiredRightSpeed = 0f, float desiredRotation = 0f, bool interact = false, bool use = false, bool pickUp = false, |
||
priority | int | |
desiredForwardSpeed | float | |
desiredRightSpeed | float | |
desiredRotation | float | |
interact | bool | |
use | bool | |
pickUp | bool | |
fof | ||
return | System.Collections.Generic |
public Update ( IAvatarControls actions ) : void | ||
actions | IAvatarControls | |
return | void |