Search Results for

    Enum YVREventType

    Namespace: YVR.Core
    Assembly: YVR.Core.Runtime.dll
    Syntax
    [ExcludeFromDocs]
    public enum YVREventType

    Fields

    Name Description
    FocusGained

    The current activity is in the foreground and has input focus.

    FocusLost

    The current activity is in the background (but possibly still visible) and has lost input focus.

    None

    No event

    Recenter

    recenter occurred

    RefreshRate

    The display refresh rate has changed

    VisibilityGained

    The application's frames are visible to the user.

    VisibilityLost

    The application's frames are no longer visible to the user.

    Extension Methods

    EnumExtension.GetDescription(Enum)
    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