You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appkit/unity/core/events.mdx
+2-69Lines changed: 2 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,10 @@
2
2
title: Events
3
3
---
4
4
5
-
AppKit Unity provides a comprehensive event system that allows you to respond to various state changes in your application. All events are automatically dispatched on Unity's main thread, making them safe to use for UI updates.
5
+
AppKit Unity provides a comprehensive event system that allows you to respond to various state changes in your application. All events are automatically dispatched on Unity's main thread, making them safe to use for UI updates and GameObject manipulation.
6
6
7
7
## AppKit Events
8
8
9
-
### Core Events
10
-
11
9
```csharp
12
10
// Invoked after successful initialization of AppKit
0 commit comments