Esposter
    Preparing search index...

    Variable DepthSetterMapConst

    DepthSetterMap: {
        depth: (
            gameObject: Depth & GameObject,
        ) => (value: number | undefined) => void;
    } = ...

    Type Declaration

    • Readonlydepth: (gameObject: Depth & GameObject) => (value: number | undefined) => void