Skip to content

ULongReference Class

A ValueReference<T> with a type of ulong that allows you to reference a ScriptableValue<T> or a constant value.

C#
[Serializable]
public sealed class ULongReference : ValueReference<ulong>

Inheritance objectValueReference<ulong>