Search Results for

    Show / Hide Table of Contents

    Class DisplayIMGUI

    Displays the video from MediaPlayer component using IMGUI

    Inheritance
    System.Object
    DisplayIMGUI
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class DisplayIMGUI : MonoBehaviour

    Properties

    AllowTransparency

    Declaration
    public bool AllowTransparency { get; set; }
    Property Value
    Type Description
    System.Boolean

    AreaHeight

    Declaration
    public float AreaHeight { get; set; }
    Property Value
    Type Description
    System.Single

    AreaWidth

    Declaration
    public float AreaWidth { get; set; }
    Property Value
    Type Description
    System.Single

    AreaX

    Declaration
    public float AreaX { get; set; }
    Property Value
    Type Description
    System.Single

    AreaY

    Declaration
    public float AreaY { get; set; }
    Property Value
    Type Description
    System.Single

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    Depth

    Declaration
    public int Depth { get; set; }
    Property Value
    Type Description
    System.Int32

    IsAreaFullScreen

    Declaration
    public bool IsAreaFullScreen { get; set; }
    Property Value
    Type Description
    System.Boolean

    Player

    Declaration
    public MediaPlayer Player { get; set; }
    Property Value
    Type Description
    MediaPlayer

    ScaleMode

    Declaration
    public ScaleMode ScaleMode { get; set; }
    Property Value
    Type Description
    ScaleMode

    ShowAreaInEditor

    Declaration
    public bool ShowAreaInEditor { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseDepth

    Declaration
    public bool UseDepth { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetAreaRect()

    Declaration
    public Rect GetAreaRect()
    Returns
    Type Description
    Rect

    Update()

    Declaration
    public void Update()
    In This Article