RequestSetGaitType() private method

private RequestSetGaitType ( GaitType gaitType ) : void
gaitType GaitType
return void
Ejemplo n.º 1
0
 internal void RequestSetGaitType(GaitType gaitType)
 {
     _inverseKinematics.RequestSetGaitType(gaitType);
 }