Summary
Utility class to manipulate Time
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TimeUtils"]
class Type type-node
Syntax
public static class TimeUtils
Methods
| Name | Value | Summary |
|---|---|---|
| Freeze |
void |
Freeze or Unfreeze given GameObject
static
|
| Freeze |
void |
Freeze or Unfreeze given list of GameObjects
static
|
| Freeze |
void |
Freeze or UnFreeze the given timeAgents list
static
|
| Freeze |
void |
Freeze or Unfreeze the given
TimeAgent
static
|
| FreezeAnimator |
void |
Freeze an Animator component
static
|
| FreezeParticleSystem |
void |
Freeze a ParticleSystem
static
|
| FreezeRigidbody |
void |
Freeze a RigidBody component
static
|