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

    Interface FrustumInterface

    Minimal interface for a Frustum to avoid circular dependencies.

    interface FrustumInterface {
        planes: Float32Array;
    }
    Index

    Properties

    Properties

    planes: Float32Array