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