Home
last modified time | relevance | path

Searched defs:isAnimationEnabled (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneBuilder.h117 …SceneBuilder& IsAnimationEnabled(bool isAnimationEnabled) { m_IsAnimationEnabled = isAnimationEnab… in IsAnimationEnabled()
Dgfx_SceneNode.h84 bool isAnimationEnabled; //!< アニメーション可能かのフラグです。 member
154 DynamicBuilder& IsAnimationEnabled(bool isAnimationEnabled) in IsAnimationEnabled()
Dgfx_SkeletalModel.h162 Builder& IsAnimationEnabled(bool isAnimationEnabled) in IsAnimationEnabled()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp443 bool isAnimationEnabled, in CreateSceneNode()