Protected
constructorThe name of the Asset in Lens Studio.
Readonly
uniqueReturns the name of this object's type.
Creates and returns a new instance of this object hierarchy underneath the specified parent object. If parent is null, the object will be created with no parent.
Instantiate a prefab asynchronously.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Represents reusable SceneObject hierarchy stored as a resource.
Remarks
Can be instantiated through script or brought into the scene by dragging from
Asset Browser
toScene Hierarchy
panel.See
Prefabs guide.
Example