Search Results for

    Show / Hide Table of Contents

    Class ResolveToRenderTexture

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

    Properties

    ExternalTexture

    Declaration
    public RenderTexture ExternalTexture { get; set; }
    Property Value
    Type Description
    RenderTexture

    MediaPlayer

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

    TargetTexture

    Declaration
    public RenderTexture TargetTexture { get; }
    Property Value
    Type Description
    RenderTexture

    VideoResolveOptions

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

    Methods

    Resolve()

    Declaration
    public void Resolve()

    SetMaterialDirty()

    Declaration
    public void SetMaterialDirty()
    In This Article