Skip to content

ShortReference Class

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

C#
[Serializable]
public sealed class ShortReference : ValueReference<short>

Inheritance objectValueReference<short>