unreal-toolkit 0.1.16 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -17,7 +17,7 @@ npm install unreal-toolkit
|
|
17
17
|
import UnrealToolkit from 'unreal-toolkit';
|
18
18
|
```
|
19
19
|
|
20
|
-
* Unreal Toolkit
|
20
|
+
* Unreal Toolkit Event Bus Usage
|
21
21
|
```typescript
|
22
22
|
// Post WM_HELLO message to Unreal Engine
|
23
23
|
UnrealToolkit.EventBus.PostWindowMessage("WM_HELLO", ["Hello World!"]);
|