interface AsukaAssemblyWorldAnchor {
    accepts: string[];
    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[]
componentId: string
connectionCount: number
id: string
label?: string
maxConnections: number
metadata?: Record<string, unknown>
provides: string[]
snapDistance: number