RequestSetGaitType() private méthode

private RequestSetGaitType ( GaitType gaitType ) : void
gaitType GaitType
Résultat void
Exemple #1
0
 internal void RequestSetGaitType(GaitType gaitType)
 {
     _inverseKinematics.RequestSetGaitType(gaitType);
 }