Vertex Viewer SDK
    Preparing search index...

    Interface VertexViewerTransformWidgetAttributes

    interface VertexViewerTransformWidgetAttributes {
        angleUnit: AngleUnitType;
        decimalPlaces: number;
        distanceUnit: DistanceUnitType;
        EXPERIMENTAL_undoKeybindings: boolean;
        interactionThrottle: number;
        rotationHandleScalar: number;
        rotationSnapDegrees: number;
        rotationSnapKey: ModifierKey;
        showInputs: boolean;
        translationHandleScalar: number;
        xRotationDisabled: boolean;
        xTranslationDisabled: boolean;
        xyTranslationDisabled: boolean;
        xzTranslationDisabled: boolean;
        yRotationDisabled: boolean;
        yTranslationDisabled: boolean;
        yzTranslationDisabled: boolean;
        zRotationDisabled: boolean;
        zTranslationDisabled: boolean;
    }
    Index
    angleUnit: AngleUnitType
    decimalPlaces: number
    distanceUnit: DistanceUnitType
    EXPERIMENTAL_undoKeybindings: boolean
    interactionThrottle: number
    rotationHandleScalar: number
    rotationSnapDegrees: number
    rotationSnapKey: ModifierKey
    showInputs: boolean
    translationHandleScalar: number
    xRotationDisabled: boolean
    xTranslationDisabled: boolean
    xyTranslationDisabled: boolean
    xzTranslationDisabled: boolean
    yRotationDisabled: boolean
    yTranslationDisabled: boolean
    yzTranslationDisabled: boolean
    zRotationDisabled: boolean
    zTranslationDisabled: boolean