Click or drag to resize

ARWorldOriginExampleControllerNormalCloudAnchorTextUpdate Method

THe cloud anchor callback that is used to inform the user that a normal cloud anchor was created

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void NormalCloudAnchorTextUpdate(
	GameObject _normalCloudAnchorVisualizationObject,
	Pose _spawnLocation
)

Parameters

_normalCloudAnchorVisualizationObject
Type: GameObject
The gameobject that is tied to this cloud anchor (the cloud anchor visualization object)
_spawnLocation
Type: Pose
The location of the cloud anchor
See Also