Search Results for

    Class YVRSceneAnchor

    Inheritance
    object
    Singleton<YVRSceneAnchor>
    YVRSceneAnchor
    Inherited Members
    Singleton<YVRSceneAnchor>.Reset()
    Singleton<YVRSceneAnchor>.instance
    Singleton<YVRSceneAnchor>.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 YVRSceneAnchor : Singleton<YVRSceneAnchor>

    Methods

    Name Description
    ConvertIntPtr2List<T>(IntPtr, uint)
    GetAnchorBoundary2D(ulong, out List<Vector2>)

    Retrieves the 2D boundary vertices of an anchor.

    GetAnchorBoundingBox2D(ulong, out YVRRect2D)

    Retrieves the 2D bounding box of an anchor.

    GetAnchorBoundingBox3D(ulong, out YVRRect3D)

    Retrieves the 3D bounding box of an anchor.

    GetAnchorContainer(ulong, out List<YVRSpatialAnchorUUID>)

    Retrieves the container information associated with an anchor.

    GetAnchorRoomLayout(ulong, out YVRRoomLayout)

    Retrieves the 3D room layout information associated with an anchor.

    GetAnchorSemanticLabels(ulong, out string)

    Retrieves the semantic labels associated with an anchor.

    GetAnchorTriangleMesh(ulong, out YVRTriangleMesh)
    OnInit()
    RequestSceneCapture(string, Action<bool>)

    Sends a request for scene capture with the specified request string.

    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