bitbybit.dev v1.0.0-rc.1
    Preparing search index...
    Index

    Constructors

    • Parameters

      • OptionalpositionGizmoEnabled: boolean
      • OptionalrotationGizmoEnabled: boolean
      • OptionalscaleGizmoEnabled: boolean
      • OptionalboundingBoxGizmoEnabled: boolean
      • OptionalattachableMeshes: AbstractMesh[]
      • OptionalclearGizmoOnEmptyPointerEvent: boolean
      • OptionalscaleRatio: number
      • OptionalusePointerToAttachGizmos: boolean

      Returns CreateGizmoDto

    Properties

    positionGizmoEnabled: boolean

    Enable position gizmo

    true
    
    rotationGizmoEnabled: boolean

    Enable rotation gizmo

    false
    
    scaleGizmoEnabled: boolean

    Enable scale gizmo

    false
    
    boundingBoxGizmoEnabled: boolean

    Enable bounding box gizmo

    false
    
    usePointerToAttachGizmos: boolean

    Use pointer to attach gizmos

    true
    
    clearGizmoOnEmptyPointerEvent: boolean

    Clear gizmo on empty pointer event

    false
    
    scaleRatio: number

    Scale ratio

    1
    

    0

    Infinity

    0.1

    attachableMeshes: AbstractMesh[]

    Attachable meshes

    undefined