Interface World

interface World {
    processPoint(
        stateMachine: StateMachine<
            KmtInputEventMapping,
            KmtInputContext,
            KmtInputStates,
        >,
        point: Point,
    ): boolean;
}

Implemented by

Methods

Methods