mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 09:46:03 +08:00
7 lines
104 B
C#
7 lines
104 B
C#
using UnityEngine;
|
|
|
|
public class DisplayValue : ExampleNodeBase {
|
|
[Input] public float value;
|
|
|
|
}
|