ThreePipe
    Preparing search index...

    Variable basicObjectConstraintsConst

    basicObjectConstraints: Record<
        TConstraintPropsType,
        {
            defaultProps: ConstraintPropsType;
            setDirty?: (
                e: IObject3DEventMap["objectUpdate"],
                isTarget?: boolean,
            ) => boolean;
            update: (
                obj: IObject3D,
                target: IObject3D | undefined,
                props: ConstraintPropsType,
                influence: number,
            ) => { change?: string; changed: boolean; end?: boolean };
        },
    > = ...