跳到主要内容

Class Vector4Field

This control allows you to edit a Vector4.

Properties

labelX

public Label labelX { get; }

labelY

public Label labelY { get; }

labelZ

public Label labelZ { get; }

labelW

public Label labelW { get; }

inputElement

public override VisualElement inputElement { get; }

Constructors

Vector4Field(ElementFactory elementFactory)

public Vector4Field(ElementFactory elementFactory)

Methods

SetValueWithoutNotify(Vector4 value)

public override void SetValueWithoutNotify(Vector4 value)

SetValue(Vector4 value)

protected override void SetValue(Vector4 value)

OnRedo(Vector4 newValue)

protected override void OnRedo(Vector4 newValue)

OnUndo(Vector4 oldValue)

protected override void OnUndo(Vector4 oldValue)