asset_preparation::v1::scene_tree::CreateNodeRequest Struct Reference Last update: 16.07.2025 The information required to create a node under a scene tree or a node. More... Collaboration diagram for asset_preparation::v1::scene_tree::CreateNodeRequest: [legend] Public Attributesint32 scene_tree_id = 1 int32 node_id = 2 NodeProperties properties = 3 Detailed Description The information required to create a node under a scene tree or a node. NoteThe node is visible by default. Member Data Documentation ◆ node_id int32 asset_preparation::v1::scene_tree::CreateNodeRequest::node_id = 2 ONEOF(parent) The identifier of the parent node. ◆ properties NodeProperties asset_preparation::v1::scene_tree::CreateNodeRequest::properties = 3 The node properties. ◆ scene_tree_id int32 asset_preparation::v1::scene_tree::CreateNodeRequest::scene_tree_id = 1 ONEOF(parent) The identifier of the parent scene tree. The documentation for this struct was generated from the following file:scenetree_description.proto