@cccode/fxr - v22.0.0

    Interface IModifier<T>

    interface IModifier<T extends ValueType> {
        type: ModifierType;
        valueType: T;
        clone(): IModifier<T>;
        getFieldCount(): number;
        getFields(): Field<FieldType>[];
        getProperties(game: Game): AnyProperty[];
        getPropertyCount(): number;
        minify(): IModifier<T>;
        separateComponents(): IModifier<Scalar>[];
        serialize(options?: FXRSerializeOptions): any;
        toJSON(): any;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    valueType: T

    Methods

    • Returns number

    • Returns number

    MMNEPVFCICPMFPCPTTAAATR