JME - Application Documentation
    Preparing search index...

    Type Alias SceneHandle

    type SceneHandle = {
        resetCamera: () => void;
        zoom: (factor: number) => void;
    }
    Index

    Properties

    Properties

    resetCamera: () => void
    zoom: (factor: number) => void