RequestSetGaitType() private method

private RequestSetGaitType ( GaitType gaitType ) : void
gaitType GaitType
return void
Example #1
0
 internal void RequestSetGaitType(GaitType gaitType)
 {
     _inverseKinematics.RequestSetGaitType(gaitType);
 }