Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


State

The StateView<T>.State instance this view customizes.
Read time 1 minuteLast updated 13 days ago

Definition

public T State { get; }

Remarks

This property is set before any callback fires. Use it to read the state's data (such as State.Title) when building custom UI.