Main Content

vrnode/fields

(To be removed) Virtual world field summary of node object

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

Syntax

fields(vrnode_object)
x = fields(vrnode_object)

Arguments

vrnode_object

Name of a vrnode object representing the node to be queried.

Description

fields(vrnode_object) displays a list of fields of the node associated with the vrnode object in the MATLAB® Command Window.

x = fields(vrnode_object) returns the fields of the node associated with the vrnode object in a structure array. The resulting structure contains a field for every field with the following subfields:

  • Type is the name of the field type, for example, 'MFString', 'SFColor'.

  • Access is the accessibility description of the data class, for example, 'eventIn', 'exposedField'.

  • Sync is the synchronization status 'on' or 'off'. See also vrnode/sync.

Version History

Introduced before R2006a

collapse all

R2023b: To be removed

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