asset_preparation::v2::scene_tree::GetNodeResponse Struct Reference
Last update: 16.07.2025The information about a node. More...
Collaboration diagram for asset_preparation::v2::scene_tree::GetNodeResponse:

Public Attributes | |
| int32 | id = 1 |
| NodeProperties | properties = 2 |
| repeated NodeIdentity | nodes = 3 |
| repeated GeometryInstanceIdentity | geometry_instances = 4 |
| repeated DirectionalLightInstanceIdentity | directional_light_instances = 5 |
| repeated PointLightInstanceIdentity | point_light_instances = 6 |
| common::Status | status = 7 |
Detailed Description
The information about a node.
Member Data Documentation
◆ directional_light_instances
| repeated DirectionalLightInstanceIdentity asset_preparation::v2::scene_tree::GetNodeResponse::directional_light_instances = 5 |
The identities of all the directional lights instantiated under the current node.
◆ geometry_instances
| repeated GeometryInstanceIdentity asset_preparation::v2::scene_tree::GetNodeResponse::geometry_instances = 4 |
The identities of all the geometries instantiated under the current node.
◆ id
| int32 asset_preparation::v2::scene_tree::GetNodeResponse::id = 1 |
The identifier of the node.
◆ nodes
| repeated NodeIdentity asset_preparation::v2::scene_tree::GetNodeResponse::nodes = 3 |
The identities of all the direct child nodes.
◆ point_light_instances
| repeated PointLightInstanceIdentity asset_preparation::v2::scene_tree::GetNodeResponse::point_light_instances = 6 |
The identities of all the point lights instantiated under the current node.
◆ properties
| NodeProperties asset_preparation::v2::scene_tree::GetNodeResponse::properties = 2 |
The node properties.
◆ status
| common::Status asset_preparation::v2::scene_tree::GetNodeResponse::status = 7 |
The feedback status of the examination operation.
The documentation for this struct was generated from the following file:
- scenetree_description.proto