Struct CreationContext
Assembly: UnityEngine.dll
Syntax
public struct CreationContext
Fields
|
Improve this Doc
View Source
Default
Declaration
public static readonly CreationContext Default
Field Value
Properties
|
Improve this Doc
View Source
slotInsertionPoints
Declaration
public Dictionary<string, VisualElement> slotInsertionPoints { get; }
Property Value
|
Improve this Doc
View Source
target
Declaration
public VisualElement target { get; }
Property Value
|
Improve this Doc
View Source
visualTreeAsset
Declaration
public VisualTreeAsset visualTreeAsset { get; }
Property Value
Extension Methods