Interface AsukaAssemblyInteractionState

interface AsukaAssemblyInteractionState {
    constructionModeActive: boolean;
    moveToolActive: boolean;
}

Properties

constructionModeActive: boolean

Keep the guided construction session active while using the scene.

moveToolActive: boolean

When enabled, a regular primary-button drag moves Assembly components.