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