Class Viewport3DMetadata

Defines properties and message types for Viewport3D.

Inherits properties and message types from Node3DMetadata.

Property Types

See also PropertyType
Viewport3DMetadata.PrefabProperty

Sets the 2D prefab whose content the Viewport 3D node renders in 3D space.

Viewport3DMetadata.OverrideMaterialProperty

Sets the override material to use to render the content of the 2D prefab in the Viewport 3D node. In the Viewport 3D node, bind a texture property of the override material to the Viewport3D.PrefabTexture property.

Viewport3DMetadata.PrefabTextureProperty

The read-only texture to which the Viewport 3D renders the content of the 2D prefab. When you set the Override Material property, you must bind a texture property of that material to this property.

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.