Search Results for

    Show / Hide Table of Contents

    Class ApplyToVfxGraph

    Sets the texture from the MediaPlayer to a texture parameter in a VFX Graph

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

    Properties

    DefaultTexture

    Declaration
    public Texture2D DefaultTexture { get; set; }
    Property Value
    Type Description
    Texture2D

    MediaPlayer

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

    TexturePropertyName

    Declaration
    public string TexturePropertyName { get; set; }
    Property Value
    Type Description
    System.String

    VisualEffect

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

    Methods

    ForceUpdate()

    Declaration
    public void ForceUpdate()
    In This Article