The root VisualElement of the state, to which custom UI can be added.
The contents of Root are cleared each time the state returns from being culled. Cache
any custom UI you allocated in StateView<T0>.OnViewBuilt and re-add it from
StateView<T0>.OnCullingChanged when cullingEnabled is false.