Home
last modified time | relevance | path

Searched refs:NODE_BUILD_CHILDREN_GRADUAL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_scene.h125 INode::BuildBehavior buildBehavior = INode::BuildBehavior::NODE_BUILD_CHILDREN_GRADUAL) = 0;
203 INode::BuildBehavior buildBehavior = INode::BuildBehavior::NODE_BUILD_CHILDREN_GRADUAL) = 0;
H A Dintf_node.h172 NODE_BUILD_CHILDREN_GRADUAL = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h381 SCENE_NS::INode::BuildBehavior buildBehavior_ { NODE_BUILD_CHILDREN_GRADUAL };
H A Dnode_impl.cpp700 if (buildBehavior_ == NODE_BUILD_CHILDREN_GRADUAL) { in CompleteInitialization()
1010 options = SCENE_NS::INode::NODE_BUILD_CHILDREN_GRADUAL; in BuildChildren()