Click or drag to resize

ARCloudAnchor_Example Class

A simple demo showcasing how Cloud Anchors can be spawned
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          SimpleDemosARCloudAnchor_Example

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ARCloudAnchor_Example : MonoBehaviour

The ARCloudAnchor_Example type exposes the following members.

Constructors
  NameDescription
Public methodARCloudAnchor_Example
Initializes a new instance of the ARCloudAnchor_Example class
Top
Methods
  NameDescription
Private methodUpdate
Update function - checks for user input and then creates a cloud anchor wherever the user tapped
Top
Fields
  NameDescription
Public fieldm_ObjectToPairWithCloudAnchor
Object that will be parented to the cloud anchor
Top
See Also