Interface AsukaAssemblyFloorEdgeConstraint

interface AsukaAssemblyFloorEdgeConstraint {
    lockAngle?: boolean;
    lockLength?: boolean;
}

Properties

lockAngle?: boolean
lockLength?: boolean