Main Content

vrnode/parent

(To be removed) Return parent node of vrnode object

Since R2023b

vrnode/parent will be removed in a future release. For more information, see Version History.

Syntax

x = parent(vrnode_object)

Arguments

vrnode_object

The vrnode object queried for the parent node.

Description

x = parent(vrnode_object) returns the vrnode handle to the parent of the virtual world node.

If the argument object is shared using the USE/DEF mechanism, multiple parent objects can be returned.

Version History

Introduced in R2023b

collapse all

R2023b: To be removed

The vrnode/parent will be removed in a future release. Instead, use sim3d classes and Simulation 3D blocks to interface MATLAB® and Simulink® with the Unreal Engine® 3D simulation environment. To get started, see Create 3D Simulations in Unreal Engine Environment.