Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreationContext

This structure holds information used during UXML template instantiation.
Read time 1 minuteLast updated 6 days ago

Definition

public struct CreationContext : IEquatable<CreationContext>

Properties

Property

Description

targetThe element into which the _visualTreeAsset is being cloned or instantiated. VisualTreeAsset.CloneTreeVisualTreeAsset.Instantiate
visualTreeAssetThe target UXML file to clone or instantiate.