Click or drag to resize

ARWorldOriginExampleController Methods

The ARWorldOriginExampleController type exposes the following members.

Methods
  NameDescription
Private methodAwake
Called before start - sets up the singleton object for this class
Private methodGetTouch
Gets the location of the user's touch
Public methodStatic memberNormalCloudAnchorTextUpdate
THe cloud anchor callback that is used to inform the user that a normal cloud anchor was created
Public methodStatic memberSpawnNormalCloudAnchor
Spawns a normal cloud anchor now that the cloud anchor visualization object has been created (red cylinder)
Public methodStatic memberSpawnSphere
The create object call back for the normal spheres - used to inform the user the sphere was created and to scale it down so it matches the size of the other objects
Public methodStatic memberSpawnWorldOrigin
Spawns the world origin cloud anchor after the world origin object visualizer has been created (blue cube)
Private methodStart
Called on start up - sets the initial text for the user and adds a listener for Submit button
Private methodSubmitCoordinates
Called when Submit button is pressed
Private methodUpdate
The logic of this example - listens for screen touches and spawns whichever object is currently active on the drop down menu
Public methodStatic memberWorldOriginTextUpdate
The cloud anchor callback that informs the user the world origin is finished being created
Top
See Also