Show / Hide Table of Contents

Class PropertyField.UxmlTraits

Inheritance
Object
UxmlTraits
VisualElement.UxmlTraits
PropertyField.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_FocusIndex
VisualElement.UxmlTraits.uxmlChildElementsDescription
UxmlTraits.canHaveAnyAttribute
UxmlTraits.uxmlAttributesDescription
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class UxmlTraits : VisualElement.UxmlTraits

Constructors

| Improve this Doc View Source

UxmlTraits()

Declaration
public UxmlTraits()

Methods

| Improve this Doc View Source

Init(VisualElement, IUxmlAttributes, CreationContext)

Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type Name Description
VisualElement ve
IUxmlAttributes bag
CreationContext cc
Overrides
VisualElement.UxmlTraits.Init(VisualElement, IUxmlAttributes, CreationContext)

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX