Class ProgressBar
Namespace: QFSW.BA
Assembly: QFSW.BA.dll
Syntax
public class ProgressBar
Properties
Label
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Progress
Declaration
public float Progress { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Methods
DrawGUI(Rect)
Declaration
public void DrawGUI(Rect rect)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Rect | rect |