Property | Type | Description | |
---|---|---|---|
maxTimeScale | float |
Method | Description | |
---|---|---|
decreaseTimeScale ( ) : void |
Decreases the time scale.
|
|
getTimeScale ( ) : float |
Gets the time scale.
|
|
increaseTimeScale ( ) : void |
Increases the time scale.
|
|
printTimeScale ( ) : void |
Prints the time scale to the console for testing.
|
|
resetTimeScale ( ) : void |
Resets the time scale.
|
|
setSpecificTimeScale ( float newTimeScale ) : void |
Sets the specific time scale.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Start ( ) : void |
public setSpecificTimeScale ( float newTimeScale ) : void | ||
newTimeScale | float | New time scale. |
return | void |