Home
last modified time | relevance | path

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

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