Summary
Freeze or Unfreeze the given
TimeAgent
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- TimeUtils
Syntax
public static void Freeze(TimeAgent timeAgent, bool state, TimeUtils.RigidbodyFreezeType rigidbodyFreezeType)
Parameters
Name | Type | Description |
---|---|---|
timeAgent | TimeAgent | The list of TimeAgent to freeze |
state | bool | The freeze state |
rigidbodyFreezeType | TimeUtils |
The type of freeze applied to rigidbodys |
Return Value
Type | Description |
---|---|
void |