On this pageGDTKStatValue.valueTypepublic ValueType valueType { get; }CopyDescription#Gets the tye of value being usedUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatValue target) { ValueType result = target.valueType; } }Copy