Cluster Creator Kit Script Reference
    Preparing search index...

    Interface PostProcessFloatPropertyItem Beta

    The property for the post-process numeric value.

    interface PostProcessFloatProperty {
        clear(): void;
        setValue(value: 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

      • value: number

        The value to set

      Returns void