CreationContext
This structure holds information used during UXML template instantiation.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEquatable<CreationContext>
public struct CreationContext : IEquatable<CreationContext>
Properties
Property | Description |
|---|---|
| target | The element into which the _visualTreeAsset is being cloned or instantiated. VisualTreeAsset.CloneTreeVisualTreeAsset.Instantiate |
| visualTreeAsset | The target UXML file to clone or instantiate. |