Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


View

The generated view for this state. Add custom UI to IStateView.Root.
Read time 1 minuteLast updated 13 days ago

Definition

public IStateView View { get; }

Remarks

This property is set before any callback fires. Its IStateView.Root is the VisualElement that hosts both the built-in state UI and any custom UI you add.