Search Results for

    Show / Hide Table of Contents

    Class MouseCursor

    Draws a mouse cursor on the screen using IMGUI, allowing the cursor to be captured when using CaptureFromScreen component

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

    Methods

    SetTexture(Texture2D)

    Declaration
    public void SetTexture(Texture2D texture)
    Parameters
    Type Name Description
    Texture2D texture
    In This Article