Class GlobalVariable<T>
Namespace: UnityEngine.Localization.SmartFormat.GlobalVariables
Syntax
[Serializable]
public class GlobalVariable<T> : IGlobalVariableValueChanged, IGlobalVariable
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
SourceValue
Declaration
public object SourceValue { get; }
Property Value
| Type | Description |
|---|---|
| Object |
Implements
Value
Declaration
public T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |
Overrides
Events
ValueChanged
Declaration
public event Action<IGlobalVariable> ValueChanged
Event Type
| Type | Description |
|---|---|
| Action<IGlobalVariable> |