Search Results for

    Show / Hide Table of Contents

    Class CaptureGUI

    Uses IMGUI to render a GUI to control video capture. This is mainly used for the demos.

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

    Properties

    HideUiWhenRecording

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

    MovieCapture

    Declaration
    public CaptureBase MovieCapture { get; set; }
    Property Value
    Type Description
    CaptureBase

    ShowUI

    Declaration
    public bool ShowUI { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article