using UnityEngine; public class DisplayValue : ExampleNodeBase { [Input] public float value; }