Method | Description | |
---|---|---|
BSFMotor ( string useName, float timeScale, float decayTimescale, float friction, float efficiency ) : System | ||
ErrorIsZero ( ) : bool | ||
ErrorIsZero ( float err ) : bool | ||
SetCurrent ( float current ) : void | ||
SetTarget ( float target ) : void | ||
Step ( float timeStep ) : float | ||
StepError ( float timeStep, float error ) : float | ||
ToString ( ) : string | ||
Zero ( ) : void |
public BSFMotor ( string useName, float timeScale, float decayTimescale, float friction, float efficiency ) : System | ||
useName | string | |
timeScale | float | |
decayTimescale | float | |
friction | float | |
efficiency | float | |
return | System |
public StepError ( float timeStep, float error ) : float | ||
timeStep | float | |
error | float | |
return | float |