AnchorEntity

class AnchorEntity @MainThread constructor(anchorTarget: AnchorTarget) : Entity

An entity extension that acts as an anchor, establishing and maintaining the pose of entities within a scene.

This class is currently effective only when used in full space.

Constructors

Link copied to clipboard
@MainThread
constructor(anchorTarget: AnchorTarget)