This class provides convenience methods for anchoring content in the real world. Can be used in combination with the PlaneFinderBehaviour or MidAirPositionerBehaviour to easily place content on a plane or at 3d coordinates. More...
Public Member Functions | |
void | PositionContentAtMidAirAnchor (Transform pose) |
Anchors the transform at it's current position in the real world for increased tracking stability. | |
void | PositionContentAtPlaneAnchor (HitTestResult hitTestResult) |
Anchors the transform at an intersection point with a real world plane for increased tracking stability. | |
Public Attributes | |
AnchorBehaviour | AnchorStage |
bool | DuplicateStage = true |
ContentPlacedEvent | OnContentPlaced |
This class provides convenience methods for anchoring content in the real world. Can be used in combination with the PlaneFinderBehaviour or MidAirPositionerBehaviour to easily place content on a plane or at 3d coordinates.
|
inline |
Anchors the transform at it's current position in the real world for increased tracking stability.
|
inline |
Anchors the transform at an intersection point with a real world plane for increased tracking stability.
AnchorBehaviour AnchorStage |
bool DuplicateStage = true |
ContentPlacedEvent OnContentPlaced |