Searched defs:nodeArray (Results 1 – 3 of 3) sorted by relevance
166 Node nodeArray[5]; variable308 Node nodeArray[5]; variable458 Node nodeArray[5]; variable672 Node nodeArray[5]; variable
644 void DistributedUI::UpdateUITreeInner(SerializeableObjectArray& nodeArray) in UpdateUITreeInner()665 void DistributedUI::RestoreUITreeInner(const SerializeableObjectArray& nodeArray) in RestoreUITreeInner()
652 …portGltfSkins(const IEcs& ecs, const Entities& entities, const vector<unique_ptr<Node>>& nodeArray, in ExportGltfSkins()2306 Node& GetNode(vector<unique_ptr<Node>>& nodeArray, size_t index) in GetNode()2359 const vector<Entity>& nodeEntities, decltype(Data::nodes)& nodeArray) in AttachParent()2486 auto& nodeArray = result.data->nodes; in ExportGLTF() local