Class SliderInt.UxmlTraits
Inheritance
SliderInt.UxmlTraits
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class UxmlTraits : BaseField<int>.UxmlTraits
Properties
| Improve this Doc View SourceuxmlChildElementsDescription
Declaration
public override IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<UxmlChildElementDescription> |
Overrides
UnityEngine.Experimental.UIElements.BaseField<System.Int32>.UxmlTraits.uxmlChildElementsDescription
Methods
| Improve this Doc View SourceInit(VisualElement, IUxmlAttributes, CreationContext)
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
| Type | Name | Description |
|---|---|---|
| VisualElement | ve | |
| IUxmlAttributes | bag | |
| CreationContext | cc |