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
force
float
SetCurrent(float)
void SetCurrent(float current)
Parameters
current
float
SetVelocity(float)
void SetVelocity(float velocity)
Parameters
velocity
float