Class GameObjectExtensions
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
public static class GameObjectExtensions
- Inheritance
-
objectGameObjectExtensions
Methods
- ContinueOnMainThread(Task, Action, bool)
Continues a non-generic task execution on Unity's main thread.
- ContinueOnMainThread<T>(Task<T>, Action<T>, bool)
Continues a task execution on Unity's main thread, ensuring Unity API calls work properly. Use this instead of ContinueWith when you need to call Unity methods like Say(), Debug.Log(), etc.