OROCHI
 
Loading...
Searching...
No Matches
GxMotionPlayer.cpp File Reference

モーション再生クラス More...

#include "GxMotion.h"
Include dependency graph for GxMotionPlayer.cpp:

Functions

 _PARAM_NAME_ATTRIBUTE (_jointCount, "関節数", GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_NOSERIALIZE)
 
 _DYNAMIC_OBJECT_ATTRIBUTE ("_pJointArray", &GxMotionPlayer::getUpdateJoint, &GxMotionPlayer::setDummyValueIndex, &GxMotionPlayer::getJointCount, &GxMotionPlayer::setDummySize, GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_NOSERIALIZE)
 
 _PARAM_ATTRIBUTE (_pMotionCurvesContainer, GxProperty::ATTRIBUTE_NOSERIALIZE)
 
 _ENUM (_decodeType)
 
 _PAGE_BEGIN ("モーション再生の設定")
 
 _PARAM_NAME (_speed, "スピード")
 
 _NAME_ONLY ("_frame")
 
 _PARAM_NAME (_playbackFlags, "再生フラグ")
 
 _PARAM_ATTRIBUTE (_deltaTime, GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_ATTRIBUTE (_deltaTimeRatio, GxProperty::ATTRIBUTE_READONLY)
 
 _PAGE_END ()
 
 _PAGE_BEGIN ("IK設定")
 
 _PARAM_NAME_ATTRIBUTE (_ikChainCount, "IKチェイン数", GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_NOSERIALIZE)
 
 _DYNAMIC_OBJECT_ATTRIBUTE ("_pIkChainArray", &GxMotionPlayer::getUpdateIkChain, &GxMotionPlayer::setDummyValueIndex, &GxMotionPlayer::getUpdateIkChainCount, &GxMotionPlayer::setDummySize, GxProperty::ATTRIBUTE_READONLY|GxProperty::ATTRIBUTE_NOSERIALIZE)
 
 _PAGE_BEGIN ("モーション補間")
 
 _PARAM_NAME (_interpolationSetting, "補間設定")
 
 _PARAM_NAME_ATTRIBUTE (_interpolatingMotion, "補間中かどうか", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_interpolateFrameElapsed, "補間のフレームカウント", GxProperty::ATTRIBUTE_READONLY)
 

Detailed Description

モーション再生クラス

Author
Copyright (C)2010 SiliconStudio Inc. All rights reserved.
Yuya Ikeuchi