ARWorldOriginExampleController Methods |
The ARWorldOriginExampleController type exposes the following members.
| Name | Description | |
|---|---|---|
| Awake | Called before start - sets up the singleton object for this class | |
| GetTouch |
Gets the location of the user's touch
| |
| NormalCloudAnchorTextUpdate |
THe cloud anchor callback that is used to inform the user that a normal cloud anchor was created
| |
| SpawnNormalCloudAnchor |
Spawns a normal cloud anchor now that the cloud anchor visualization object has been created (red cylinder)
| |
| SpawnSphere |
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
| |
| SpawnWorldOrigin |
Spawns the world origin cloud anchor after the world origin object visualizer has been created (blue cube)
| |
| Start | Called on start up - sets the initial text for the user and adds a listener for Submit button | |
| SubmitCoordinates | Called when Submit button is pressed | |
| Update | The logic of this example - listens for screen touches and spawns whichever object is currently active on the drop down menu | |
| WorldOriginTextUpdate |
The cloud anchor callback that informs the user the world origin is finished being created
|