Search Results for

    Struct YVRBoundary.BoundaryTestResult

    The test results of boundary system queries.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: YVR.Core
    Assembly: YVR.Core.Runtime.dll
    Syntax
    public struct YVRBoundary.BoundaryTestResult

    Fields

    Name Description
    ClosestDistance

    The Distance between the queried test object and the closest boundary point

    ClosestPoint

    The closest point to the queried test object

    ClosestPointNormal

    The normal of the closest point to the queried test object

    IsTriggering

    Whether the quired test would violate the boundary

    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