1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00

Update README.md

This commit is contained in:
Thor Brigsted 2018-04-01 03:12:08 +02:00 committed by GitHub
parent 3d7dbbc7e2
commit 33727a1d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ With a minimal footprint, it is ideal as a base for custom state machines, dialo
* 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
### Wiki
* [Getting started](https://github.com/Siccity/xNode/wiki/Getting%20Started) - create your very first node node and graph
* [Examples branch](https://github.com/Siccity/xNode/tree/examples) - look at other small projects
### Node example: ### Node example:
```csharp ```csharp
[System.Serializable] [System.Serializable]