Main Content

vrnode/propagate

(To be removed) Propagate value of selected property to vrnode object

Since R2023b

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

Syntax

propagate(vrnode_object,PropertyName,PropertyValue)

Arguments

vrnode_object

The vrnode object where property is propagated.

PropertyName

Name of property propagated to vrnode object.

PropertyValue

Value of property propagated to vrnode object.

Description

propagate(vrnode_object,PropertyName,PropertyValue) propagates the property value specified by PropertyValue to the property specified by PropertyName of the vrnode_object and all its children.

Version History

Introduced in R2023b

collapse all

R2023b: To be removed

The vrnode/propagate 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.