Namespace UnityEngine.Localization.PropertyVariants.TrackedProperties
Classes
ArraySizeTrackedProperty
BoolTrackedProperty
ByteTrackedProperty
CharTrackedProperty
DoubleTrackedProperty
EnumTrackedProperty
FloatTrackedProperty
IntTrackedProperty
LocalizedAssetProperty
Provides localization support to tracked UnityEngine.Object.
LocalizedStringProperty
Provides localization support for a tracked string property.
LongTrackedProperty
SByteTrackedProperty
ShortTrackedProperty
StringTrackedProperty
TrackedProperty<TPrimitive>
Represents a property for a primitive data type.
UIntTrackedProperty
ULongTrackedProperty
UnityObjectProperty
UShortTrackedProperty
Interfaces
IStringProperty
Represents a property whose value can be converted from and to a string.
ITrackedProperty
Represents a property that contains 1 or more variants.
ITrackedPropertyValue<T>
Interface for accessing a tracked property`s values.