C# Class GaitPlayer, promenade

Inheritance: MonoBehaviour, IOptimizable
Datei anzeigen Open project: jarllarsson/promenade Class Usage Examples

Public Properties

Property Type Description
m_gaitPhase float
m_tuneGaitPeriod float

Public Methods

Method Description
ConsumeParams ( List p_params ) : void
GetParams ( ) : List
GetParamsMax ( ) : List
GetParamsMin ( ) : List
Start ( ) : void
Update ( ) : void
checkHasRestartedStride_AndResetFlag ( ) : bool
updatePhase ( float p_t ) : void

Method Details

ConsumeParams() public method

public ConsumeParams ( List p_params ) : void
p_params List
return void

GetParams() public method

public GetParams ( ) : List
return List

GetParamsMax() public method

public GetParamsMax ( ) : List
return List

GetParamsMin() public method

public GetParamsMin ( ) : List
return List

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

checkHasRestartedStride_AndResetFlag() public method

public checkHasRestartedStride_AndResetFlag ( ) : bool
return bool

updatePhase() public method

public updatePhase ( float p_t ) : void
p_t float
return void

Property Details

m_gaitPhase public_oe property

public float m_gaitPhase
return float

m_tuneGaitPeriod public_oe property

public float m_tuneGaitPeriod
return float