ISceneTransitionService.ShowDefaultProgressIndicator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates the default progress indicator and returns its main transform. Can be used independently of scene transitions provided no transition is taking place.
public:
UnityEngine::Transform ^ ShowDefaultProgressIndicator();
public UnityEngine.Transform ShowDefaultProgressIndicator ();
abstract member ShowDefaultProgressIndicator : unit -> UnityEngine.Transform
Public Function ShowDefaultProgressIndicator () As Transform
Returns
UnityEngine.Transform