Search Results for

    Class YVRPlaneDetectorMgr

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

    Fields

    Name Description
    getPlanesAction

    Methods

    Name Description
    ConvertIntPtr2List<T>(IntPtr, uint)
    CreatePlaneDetector()

    Creates plane detection.

    EndPlaneDetector()

    Ends plane detection.

    GetPlanePolygonBuffer(YVRPlaneDetectorLocation)
    OnInit()

    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