Small World Engine API Reference - v0.76.20
    Preparing search index...

    Class IsometricStrategy

    Strategy for an isometric 2D/3D camera. Uses an orthographic projection and fixed angles.

    Implements

    Index
    constraints?: CameraConstraints

    Optional spatial constraints for the camera.

    pixelPerfect: boolean = false
    type: string = CameraStrategyType.ISOMETRIC

    The unique type identifier of the strategy.

    zoomFactor: number = 50