Show / Hide Table of Contents

Struct CreationContext

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public struct CreationContext

Fields

| Improve this Doc View Source

Default

Declaration
public static readonly CreationContext Default
Field Value
Type Description
CreationContext

Properties

| Improve this Doc View Source

slotInsertionPoints

Declaration
public Dictionary<string, VisualElement> slotInsertionPoints { get; }
Property Value
Type Description
Dictionary<String, VisualElement>
| Improve this Doc View Source

target

Declaration
public VisualElement target { get; }
Property Value
Type Description
VisualElement
| Improve this Doc View Source

visualTreeAsset

Declaration
public VisualTreeAsset visualTreeAsset { get; }
Property Value
Type Description
VisualTreeAsset

Extension Methods

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