Akashic Engine
    Preparing search index...

    Interface PointSourceResolver

    interface PointSourceResolver {
        findPointSource(
            point: CommonOffset,
            camera?: Camera,
        ): undefined | PointSource;
    }
    Index

    Methods