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

    Class IsometricStrategy

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

    Implements

    Index

    Constructors

    Properties

    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

    Methods