1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-22 02:06:05 +08:00

Update README.md

This commit is contained in:
Thor Brigsted 2018-02-07 12:30:11 +01:00 committed by GitHub
parent 71cde080b6
commit 4c773ad5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo
* No runtime reflection (unless you need to edit/build node graphs at runtime. In this case, all reflection is cached.) * No runtime reflection (unless you need to edit/build node graphs at runtime. In this case, all reflection is cached.)
* Does not rely on any 3rd party plugins * Does not rely on any 3rd party plugins
* Custom node inspector code is very similar to regular custom inspector code * Custom node inspector code is very similar to regular custom inspector code
* For a full list of features, see [this page](https://github.com/Siccity/xNode/wiki/Full-features-list)
### Node example: ### Node example:
```csharp ```csharp