Interface IVector3PropertyItem

A property item which supports Vector3 properties

Hierarchy

Properties

enable: boolean

Remarks

If the item is enabled in the UI.

id: string

Remarks

Unique ID for the property item.

paneId: string

Remarks

The parent pane id.

Remarks

The type name of the target property.

value: Readonly<Vector3>

Remarks

Current value of the property item.

visible: boolean

Remarks

If the item should be visible in the UI.

Methods

  • Parameters

    • limits: {
          max?: Partial<Vector3>;
          min?: Partial<Vector3>;
      }
      • Optional max?: Partial<Vector3>
      • Optional min?: Partial<Vector3>

    Returns void

    Remarks

    Updates Vector3 limits and clamps the current value.