Searched refs:m_MaxAnimatableNodes (Results 1 – 2 of 2) sorted by relevance
63 animatableNodes = AnimatableNodeArray(this->m_MaxAnimatableNodes, allocator); in Create()
166 m_MaxAnimatableNodes(DEFAULT_MAX_ANIMATABLE_NODES) in Builder()220 Builder& MaxAnimatableNodes(s32 max) { m_MaxAnimatableNodes = max; return *this; } in MaxAnimatableNodes()240 s32 m_MaxAnimatableNodes; variable