Search Results for

    Class YVRCameraRenderer

    Encapsulate all rendering related operation and data

    Inheritance
    object
    YVRCameraRenderer
    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 YVRCameraRenderer

    Properties

    Name Description
    centerEyeCamera

    The camera of center eye

    displayFrequenciesAvailable

    Gets the list of available display frequencies supported by this hardware.

    displayFrequency

    Get or Set the current display frequency.

    isFocusing

    Whether the application is displayed in focus.

    isVisible

    Whether the app is currently visible.

    leftEyeCamera

    The camera of left eye

    rightEyeCamera

    The camera of right eye

    stereoRenderingMode

    The actual used rendering mode, which may be different from the mode in settings in some case i.e. set to QuadViews when the hardware doesn't support QuadViews will be changed to MultiView

    Methods

    Name Description
    GetEyeRenderDesc(EyeSide)

    Gets the resolution and field of view for the given eye.

    Initialize(YVRManager)

    Initialize function

    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