Search Results for

    Class YVREventsManager

    The manager for events

    Inheritance
    object
    YVREventsManager
    Inherited Members
    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 YVREventsManager

    Methods

    Name Description
    Initialize()

    The manager for events

    Update()

    The manager for events

    Events

    Name Description
    onFocusGained

    Occurs when application focus gained

    onFocusLost

    Occurs when application focus lost

    onHMDMounted

    Occurs when an HMD is put on the user's head.

    onHMDUnMounted

    Occurs when an HMD is taken off the user's head.

    onInputDeviceChange

    The manager for events

    onRecenterOccurred

    Occurs when recenter occurred

    onTrackingAcquired

    Occurs when head gained tracking.

    onTrackingLost

    Occurs when head lost tracking.

    onUpdate

    Occurs at the update function of every frame

    onVisibilityGained

    Occurs when application is visible

    onVisibilityLost

    Occurs when application is completely obscured by other content

    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