Beispiel #1
0
 public void GetAnimaPose(Int64 time, ref CGfxAnimationPoseProxy poseProxy, bool withMotionData = true)
 {
     SDK_GfxSkeletonAction_GetAnimaPose(CoreObject, time, poseProxy.Pose.CoreObject, vBOOL.FromBoolean(withMotionData));
 }
Beispiel #2
0
 public void GetAnimaPose(float time, ref CGfxAnimationPoseProxy poseProxy, bool evaluateMotionState = true)
 {
     SDK_GfxSkeletonAnimation_EvaluatePose(CoreObject, time, poseProxy.Pose.CoreObject, vBOOL.FromBoolean(evaluateMotionState));
 }