Skip to content

StringReference Class

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

C#
[Serializable]
public sealed class StringReference : ValueReference<string>

Inheritance objectValueReference<string>