Esposter
    Preparing search index...

    Variable ComputedSizeSetterMapConst

    ComputedSizeSetterMap: {
        displayHeight: (
            gameObject: ComputedSize,
        ) => (value: number | undefined) => void;
        displayWidth: (
            gameObject: ComputedSize,
        ) => (value: number | undefined) => void;
        height: (gameObject: ComputedSize) => (value: number | undefined) => void;
        width: (gameObject: ComputedSize) => (value: number | undefined) => void;
    } = ...

    Type Declaration

    • ReadonlydisplayHeight: (gameObject: ComputedSize) => (value: number | undefined) => void
    • ReadonlydisplayWidth: (gameObject: ComputedSize) => (value: number | undefined) => void
    • Readonlyheight: (gameObject: ComputedSize) => (value: number | undefined) => void
    • Readonlywidth: (gameObject: ComputedSize) => (value: number | undefined) => void