Cluster Creator Kit Script Reference
    Preparing search index...

    Interface PostProcessVector2PropertyItem Beta

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

    interface PostProcessVector2Property {
        clear(): void;
        setValue(x: number, y: 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

      Returns void