Interface PostProcessVector4PropertyItem Beta

The property for the post-process 4D vector value.

Hierarchy

  • PostProcessVector4Property

Methods

Methods

  • Clears the property value, setting it to an unset state.

    Returns void

  • Sets the value of the property.

    Parameters

    • x: number

      Value for the x component

    • y: number

      Value for the y component

    • z: number

      Value for the z component

    • w: number

      Value for the w component

    Returns void

Generated using TypeDoc