Class PrefabView3D

Class Hierarchy

Prefab view 3D node. Use Prefab view 3D to switch 3D nodes at runtime.

Use a Prefab View 3D node to instantiate a 3D prefab. Prefab View node adds a prefab as its child node. This allows you to change the instantiated prefab and keep your application responsive when it is loading prefab resources.

Inherits properties and message types from PrefabView3DMetadata.

Synopsis

Methods
create()

Creates a prefab view 3D node

PrefabView3D.PrefabView3D:create(name)

Creates a prefab view 3D node.

Parameters
name (string)

The name of the node.