TimeUtils Class

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(GameObject, bool, TimeUtils.RigidbodyFreezeType, bool, bool) void
Freeze or Unfreeze given GameObject
static
Freeze(List<GameObject>, bool, TimeUtils.RigidbodyFreezeType, bool, bool) void
Freeze or Unfreeze given list of GameObjects
static
Freeze(List<TimeAgent>, bool, TimeUtils.RigidbodyFreezeType) void
Freeze or UnFreeze the given timeAgents list
static
Freeze(TimeAgent, bool, TimeUtils.RigidbodyFreezeType) void
Freeze or Unfreeze the given TimeAgent
static
FreezeAnimator(Animator, bool) void
Freeze an Animator component
static
FreezeParticleSystem(ParticleSystem, bool) void
Freeze a ParticleSystem
static
FreezeRigidbody(Rigidbody, TimeUtils.RigidbodyFreezeType, bool) void
Freeze a RigidBody component
static