Изменил(а) на 'README.md'

This commit is contained in:
Pavel Shevaev 2022-12-05 10:08:23 +03:00
parent 0703646984
commit 90137cc3e8
1 changed files with 10 additions and 0 deletions

View File

@ -1 +1,11 @@
This package is used for code generation of bhl2 bindings for C# using Twig templates
Usage example:
$twig = \bhl_bind\bhl_twig();
file_put_contents('autobind.cs',
$twig->render("codegen_register.twig",
['imports' => ['UnityEngine'],
'units' => $meta->getUnits()]
)
);