Fixing README

This commit is contained in:
Pavel Shevaev 2023-10-23 11:15:07 +03:00
parent 8e3d2baca6
commit a409b60f0f
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ This package is used for code generation of bhl2 LeoECS Lite bindings for C# usi
Here the example of bindings declaration:
```
@shared_tokens:{"bhl_bind":true, "bhl_ecslite_component_entity":"EcsEntity"}
struct EcsEntity
@ -17,3 +19,5 @@ struct Position
@bhl_native_class:`BitGames.GamePlay.Components.Position` @bhl_ecslite_component
Value : Vector3
end
```