Class LocalizeComponentTests
Inheritance
System.Object
LocalizeComponentTests
Syntax
public class LocalizeComponentTests
Fields
kStringTableKey
Declaration
protected const string kStringTableKey = "This is some text"
Field Value
Type |
Description |
System.String |
|
kStringTableName
Declaration
protected const string kStringTableName = "MyText"
Field Value
Type |
Description |
System.String |
|
m_Target
Declaration
protected GameObject m_Target
Field Value
Type |
Description |
GameObject |
|
StringTableKeyId
Declaration
protected uint StringTableKeyId
Field Value
Type |
Description |
System.UInt32 |
|
Properties
KeyDb
Declaration
protected KeyDatabase KeyDb { get; set; }
Property Value
Settings
Declaration
protected FakedLocalizationEditorSettings Settings { get; set; }
Property Value
Methods
CheckEvent(UnityEventBase, Int32, String, Object)
Declaration
protected static void CheckEvent(UnityEventBase evt, int eventIdx, string expectedMethodName, Object expectedTarget)
Parameters
Type |
Name |
Description |
UnityEventBase |
evt |
|
System.Int32 |
eventIdx |
|
System.String |
expectedMethodName |
|
Object |
expectedTarget |
|
Init()
Declaration
public virtual void Init()
Teardown()
Declaration
public virtual void Teardown()