interface AsukaAssemblyWorldAnchor {
    accepts: string[];
    alignRotation: boolean;
    componentId: string;
    connectionCount: number;
    id: string;
    label?: string;
    maxConnections: number;
    metadata?: Record<string, unknown>;
    normal: AsukaAssemblyVector3;
    position: AsukaAssemblyVector3;
    provides: string[];
    role: AsukaAssemblyAnchorRole;
    snapDistance: number;
    up: AsukaAssemblyVector3;
}

Properties

accepts: string[]
alignRotation: boolean

Rotate the moving component when this anchor connects.

componentId: string
connectionCount: number
id: string
label?: string
maxConnections: number
metadata?: Record<string, unknown>
provides: string[]
snapDistance: number