Search Results for

    Show / Hide Table of Contents

    Class MotionBlur

    Accumulates frames to average for generating motion blur in renders

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

    Fields

    _bias

    Declaration
    public float _bias
    Field Value
    Type Description
    System.Single

    Properties

    FinalTexture

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

    FrameCount

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

    IsFrameAccumulated

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

    NumSamples

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

    Methods

    Accumulate(Texture)

    Declaration
    public void Accumulate(Texture src)
    Parameters
    Type Name Description
    Texture src

    OnNumSamplesChanged()

    Declaration
    public void OnNumSamplesChanged()

    SetTargetSize(Int32, Int32)

    Declaration
    public void SetTargetSize(int width, int height)
    Parameters
    Type Name Description
    System.Int32 width
    System.Int32 height
    In This Article