Property | Type | Description | |
---|---|---|---|
AnimationRoutine | IEnumerator | ||
OnDisable | void | ||
OnRenderImage | void | ||
Start | void |
Method | Description | |
---|---|---|
CloseBars ( float durationSeconds, |
||
CloseCircle ( float durationSeconds, Vector2 viewportPos, |
||
OpenBars ( float durationSeconds, |
||
OpenCircle ( float durationSeconds, Vector2 viewportPos, |
||
SetBarVal ( float newVal ) : void |
Method | Description | |
---|---|---|
AnimationRoutine ( float durationSeconds, |
||
OnDisable ( ) : void | ||
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void | ||
Start ( ) : void |
public CloseBars ( float durationSeconds, |
||
durationSeconds | float | |
curveToUse | ||
return | void |
public CloseCircle ( float durationSeconds, Vector2 viewportPos, |
||
durationSeconds | float | |
viewportPos | Vector2 | |
curveToUse | ||
return | void |
public OpenBars ( float durationSeconds, |
||
durationSeconds | float | |
curveToUse | ||
return | void |
public OpenCircle ( float durationSeconds, Vector2 viewportPos, |
||
durationSeconds | float | |
viewportPos | Vector2 | |
curveToUse | ||
return | void |