Class Vector3Field.UxmlTraits
Defines Vector3Field.UxmlTraits for the
Inheritance
Vector3Field.UxmlTraits
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class UxmlTraits : BaseField<Vector3>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initialize Vector3Field properties using values from the attribute bag.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The object to initialize. |
IUxmlAttributes | bag | The attribute bag. |
CreationContext | cc | The creation context; unused. |
Overrides
UnityEngine.UIElements.BaseField<Vector3>.UxmlTraits.Init(UnityEngine.UIElements.VisualElement, UnityEngine.UIElements.IUxmlAttributes, UnityEngine.UIElements.CreationContext)