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

    Interface CameraConstraints

    Interface defining spatial constraints for the camera position or target.

    interface CameraConstraints {
        max?: Vector3D;
        min?: Vector3D;
    }
    Index

    Properties

    Properties

    max?: Vector3D

    The maximum world coordinates (bounding box max).

    min?: Vector3D

    The minimum world coordinates (bounding box min).