UIntReference Class
Definition
Section titled “Definition”A ValueReference<T> with a type of uint that allows you to reference a ScriptableValue<T> or a constant value.
[Serializable]public sealed class UIntReference : ValueReference<uint>Inheritance object → ValueReference<uint>