Cluster Creator Kit Script Reference
    Preparing search index...

    Interface PostProcessVector4PropertyItem Beta

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

    interface PostProcessVector4Property {
        clear(): void;
        setValue(x: number, y: number, z: number, w: number): void;
    }
    Index

    Methods

    Methods

    • Beta

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

      Returns void

    • Beta

      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