Fixing README
This commit is contained in:
parent
8e3d2baca6
commit
a409b60f0f
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue