Method | Description | |
---|---|---|
AddAngle ( float angle ) : void |
The add angle.
|
|
VelocityComponent ( ) : System |
Initializes a new instance of the VelocityComponent class.
|
|
VelocityComponent ( float velocity ) : System |
Initializes a new instance of the VelocityComponent class.
|
|
VelocityComponent ( float velocity, float angle ) : System |
Initializes a new instance of the VelocityComponent class.
|
public VelocityComponent ( float velocity ) : System | ||
velocity | float | The velocity. |
return | System |
public VelocityComponent ( float velocity, float angle ) : System | ||
velocity | float | The velocity. |
angle | float | The angle. |
return | System |