@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface CameraConfig

    Camera configuration 相机配置

    interface CameraConfig {
        bounds?: FixedRect;
        deadZone?: FixedRect;
        followSpeed?: Fixed;
        followTarget?: FixedVector2;
        position: FixedVector2;
        rotation: Fixed;
        zoom: Fixed;
    }
    Index

    Properties

    bounds?: FixedRect
    deadZone?: FixedRect
    followSpeed?: Fixed
    followTarget?: FixedVector2
    position: FixedVector2
    rotation: Fixed
    zoom: Fixed