C# Class GaitPlayer, promenade

Inheritance: MonoBehaviour, IOptimizable
Afficher le fichier Open project: jarllarsson/promenade Class Usage Examples

Méthodes publiques

Свойство Type Description
m_gaitPhase float
m_tuneGaitPeriod float

Méthodes publiques

Méthode 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 méthode

public ConsumeParams ( List p_params ) : void
p_params List
Résultat void

GetParams() public méthode

public GetParams ( ) : List
Résultat List

GetParamsMax() public méthode

public GetParamsMax ( ) : List
Résultat List

GetParamsMin() public méthode

public GetParamsMin ( ) : List
Résultat List

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

checkHasRestartedStride_AndResetFlag() public méthode

public checkHasRestartedStride_AndResetFlag ( ) : bool
Résultat bool

updatePhase() public méthode

public updatePhase ( float p_t ) : void
p_t float
Résultat void

Property Details

m_gaitPhase public_oe property

public float m_gaitPhase
Résultat float

m_tuneGaitPeriod public_oe property

public float m_tuneGaitPeriod
Résultat float