Class AddressablesRuntimeProperties
Supports the evaluation of embedded runtime variables in addressables locations
Inherited Members
Namespace: UnityEngine .AddressableAssets .Initialization
Assembly: solution.dll
Syntax
public static class AddressablesRuntimeProperties
Methods
Name | Description |
---|---|
Clear |
This will clear all PropertyValues that have been cached. This includes all values set by
Set |
Evaluate |
Evaluates a named property using cached values and static public fields and properties. Be aware that a field or property may be stripped if not referenced anywhere else. |
Evaluate |
Evaluates all tokens deliminated by '{' and '}' in a string and evaluates them with the EvaluateProperty method. |
Evaluate |
Evaluates all tokens deliminated by the specified delimiters in a string and evaluates them with the supplied method. |
Set |
Predefine a runtime property. |