Interface IOneDimension
public interface IOneDimension
- Extension Methods
Properties
Current
float Current { get; }
Property Value
Velocity
float Velocity { get; }
Property Value
Methods
AddForce(float)
void AddForce(float force)
Parameters
forcefloat
SetCurrent(float)
void SetCurrent(float current)
Parameters
currentfloat
SetVelocity(float)
void SetVelocity(float velocity)
Parameters
velocityfloat