1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-21 01:36:03 +08:00
Thor Kramer Brigsted 4de58ad0db Added T GetInputByFieldName<T>(string fieldName, T fallback = default<T>();
Now retrieving input values is much easier.
As simple as
Material material = GetInputByFieldName("material", this.material);
2017-10-27 14:06:39 +02:00
..
2017-09-15 00:46:21 +02:00
2017-09-15 00:46:21 +02:00
2017-10-14 08:37:33 +02:00
2017-10-15 16:11:37 +02:00
2017-09-15 15:56:17 +02:00
2017-09-19 00:15:17 +02:00