Interface AsukaAssemblyPlacementInput

interface AsukaAssemblyPlacementInput {
    allowInvalid?: boolean;
    delta?: Partial<AsukaAssemblyVector3>;
    metadata?: Record<string, unknown>;
    position?: Partial<AsukaAssemblyVector3>;
    rotation?: Partial<AsukaAssemblyVector3>;
    snap?: boolean;
    snapAnchors?: boolean;
    snapBoundaries?: boolean;
    snapGrid?: boolean;
    snapSupport?: boolean;
    sourceAnchorId?: string;
    targetAnchorId?: string;
    targetComponentId?: string;
}

Properties

allowInvalid?: boolean
delta?: Partial<AsukaAssemblyVector3>
metadata?: Record<string, unknown>
position?: Partial<AsukaAssemblyVector3>
rotation?: Partial<AsukaAssemblyVector3>
snap?: boolean
snapAnchors?: boolean
snapBoundaries?: boolean
snapGrid?: boolean
snapSupport?: boolean
sourceAnchorId?: string
targetAnchorId?: string
targetComponentId?: string