Click or drag to resize

ARWorldOriginHelper Methods

The ARWorldOriginHelper type exposes the following members.

Methods
  NameDescription
Private method_WorldToAnchorPose
Converts a pose from Unity world space to Anchor-relative space.
Private methodAwake
Called when class first initialized
Public methodStatic memberGetInstance
SIngleton for this class
Public methodRaycast
Helper function to perform an AR Raycast for the user - by default uses TrackableType.PlaneWithinPolygon which is the most common
Public methodSetWorldOrigin
Sets the apparent world origin of ARCore through applying an offset to the ARCoreDevice (and therefore also it's FirstPersonCamera child), so that the Origin of Unity's World Coordinate System coincides with the Anchor. This function needs to be called once the Cloud Anchor is either hosted or resolved.
Private methodStart
Assigns each script manually
Top
See Also