Interface ILocalizable
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public interface ILocalizable
Properties
IsNewlyAdded
Declaration
bool IsNewlyAdded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ExtractStrings()
Declaration
StringToLocalize[] ExtractStrings()
Returns
Type | Description |
---|---|
StringToLocalize[] |
GetComponent()
Declaration
Component GetComponent()
Returns
Type | Description |
---|---|
Component |
Localize(Boolean)
Declaration
void Localize(bool force = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | force |
OnApplyChanges()
Declaration
void OnApplyChanges()