Table of Contents

ScriptSystemExtensions.cs

Done

  • DelayWarped() - Waits for a specified amount of time while taking into account the Update Time factor
  • Delay() - Waits for a specified amount of time without considering the Update Time factor
  • ExecuteInWarpedTime() - Continuously executes an action every frame during a specified amount of time while taking into account the Update Time factor
  • ExecuteInTime() - Continuously executes an action every frame during a specified amount of time without considering the Update Time factor