Home
last modified time | relevance | path

Searched refs:m_BlendOperations (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_AnimObject.h226 NW_MINMAXLT_ASSERT(blendOpIdx, 0, m_BlendOperations.Size()); in GetBlendOperationInGroup()
227 return m_BlendOperations[blendOpIdx]; in GetBlendOperationInGroup()
233 NW_MINMAXLT_ASSERT(blendOpIdx, 0, m_BlendOperations.Size()); in SetBlendOperationInGroup()
234 m_BlendOperations[blendOpIdx] = blendOp; in SetBlendOperationInGroup()
359 ut::MoveArray<anim::AnimBlendOp*> m_BlendOperations; //!< ブレンドオペレーションです。 variable
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp179m_BlendOperations = ut::MoveArray<anim::AnimBlendOp*>(memory, blendOpCount, &GetAllocator()); in Initialize()
183 m_BlendOperations.PushBackFast(GetAnimBlendOpByType(blendOpType)); in Initialize()