HexapiBackground.IK.IkController.RequestBodyPosition C# (CSharp) 메소드

RequestBodyPosition() 개인적인 메소드

private RequestBodyPosition ( double bodyRotX1, double bodyRotZ1, double bodyPosX, double bodyPosZ, double bodyPosY, double bodyRotY1 ) : void
bodyRotX1 double
bodyRotZ1 double
bodyPosX double
bodyPosZ double
bodyPosY double
bodyRotY1 double
리턴 void
        internal void RequestBodyPosition(double bodyRotX1, double bodyRotZ1, double bodyPosX, double bodyPosZ, double bodyPosY, double bodyRotY1)
        {
            _inverseKinematics.RequestBodyPosition(bodyRotX1, bodyRotZ1, bodyPosX, bodyPosZ, bodyPosY, bodyRotY1);
        }