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