ProgressIndicatorDemo Class
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.
Demo class for IProgressIndicator examples
public ref class ProgressIndicatorDemo : UnityEngine::MonoBehaviour
public class ProgressIndicatorDemo : UnityEngine.MonoBehaviour
type ProgressIndicatorDemo = class
inherit MonoBehaviour
Public Class ProgressIndicatorDemo
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourProgressIndicatorDemo
Constructors
ProgressIndicatorDemo() |
Methods
OnClickAnimation() |
Target method for demo button |
OnClickAsyncMethod() |
Target method for demo button |
OnClickBar() |
Target method for demo button |
OnClickOrbs() |
Target method for demo button |
OnClickRotating() |
Target method for demo button |
OnClickSceneLoad() |
Target method for demo button |