We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Struct Compositor_OverlaySettings

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Headers
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Compositor_OverlaySettings

    Fields

    alpha

    Declaration
    public float alpha
    Field Value
    Type Description
    Single

    antialias

    Declaration
    public bool antialias
    Field Value
    Type Description
    Boolean

    curved

    Declaration
    public bool curved
    Field Value
    Type Description
    Boolean

    distance

    Declaration
    public float distance
    Field Value
    Type Description
    Single

    gridDivs

    Declaration
    public float gridDivs
    Field Value
    Type Description
    Single

    gridScale

    Declaration
    public float gridScale
    Field Value
    Type Description
    Single

    gridWidth

    Declaration
    public float gridWidth
    Field Value
    Type Description
    Single

    scale

    Declaration
    public float scale
    Field Value
    Type Description
    Single

    size

    Declaration
    public uint size
    Field Value
    Type Description
    UInt32

    transform

    Declaration
    public HmdMatrix44_t transform
    Field Value
    Type Description
    HmdMatrix44_t

    uOffset

    Declaration
    public float uOffset
    Field Value
    Type Description
    Single

    uScale

    Declaration
    public float uScale
    Field Value
    Type Description
    Single

    vOffset

    Declaration
    public float vOffset
    Field Value
    Type Description
    Single

    vScale

    Declaration
    public float vScale
    Field Value
    Type Description
    Single
    In This Article
    Back to top Generated by DocFX