Search Results for

    Class YVRSpatialAnchor

    Inheritance
    object
    Singleton<YVRSpatialAnchor>
    YVRSpatialAnchor
    Inherited Members
    Singleton<YVRSpatialAnchor>.Reset()
    Singleton<YVRSpatialAnchor>.instance
    Singleton<YVRSpatialAnchor>.createdInstance
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: YVR.Core
    Assembly: YVR.Core.Runtime.dll
    Syntax
    public class YVRSpatialAnchor : Singleton<YVRSpatialAnchor>

    Methods

    Name Description
    CreateSpatialAnchor(Vector3, Quaternion, Action<YVRSpatialAnchorResult, bool>)

    Creates a spatial anchor using the provided position and rotation.

    EraseSpatialAnchor(ulong, YVRSpatialAnchorStorageLocation, Action<YVRSpatialAnchorResult, bool>)

    Erases a spatial anchor from the specified storage location.

    GetSpatialAnchorComponentStatus(ulong, YVRSpatialAnchorComponentType, out YVRSpatialAnchorComponentStatus)

    Retrieves the status of a specific component for a spatial anchor identified by the given handle.

    GetSpatialAnchorEnumerateSupported(ulong, out YVRSpatialAnchorSupportedComponent)

    Retrieves the supported components of a spatial anchor identified by the given handle.

    GetSpatialAnchorPose(ulong, out Vector3, out Quaternion, out YVRAnchorLocationFlags)

    Retrieves the pose of a spatial anchor identified by the given handle.

    GetSpatialAnchorUUIDForHandle(ulong, out YVRSpatialAnchorUUID)

    Retrieves the UUID for a spatial anchor identified by the given handle.

    IsOrientationTracked(YVRAnchorLocationFlags)

    Checks if the orientation is tracked based on the specified location flags.

    IsOrientationValid(YVRAnchorLocationFlags)

    Checks if the orientation is valid based on the specified location flags.

    IsPositionTracked(YVRAnchorLocationFlags)
    IsPositionValid(YVRAnchorLocationFlags)

    Checks if the position is valid based on the specified location flags.

    OnInit()
    QuerySpatialAnchor(YVRSpatialAnchorQueryInfo, Action<List<YVRSpatialAnchorResult>>)

    Queries spatial anchors based on the provided query information.

    SaveSpatialAnchor(YVRSpatialAnchorSaveInfo, Action<YVRSpatialAnchorSaveCompleteInfo, bool>)

    Saves a spatial anchor using the provided save information.

    SaveSpatialAnchorList(List<ulong>, YVRSpatialAnchorStorageLocation, Action<bool>)

    Saves a list of spatial anchors to the specified storage location.

    SaveToCloudThenShare(YVRSpatialAnchorShareInfo, Action<bool>)

    Saves the spatial anchor list to the cloud and then shares it with specified users.

    SetSpatialAnchorComponentStatus(ulong, YVRSpatialAnchorComponentStatusSetInfo, Action<YVRSpatialAnchorSetStatusCompleteInfo, bool>)

    Sets the status of a component for a specific spatial anchor.

    ShareSpatialAnchor(YVRSpatialAnchorShareInfo, Action<bool>)

    Shares a spatial anchor with specified users.

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article