Class LocalizeComponentTests
Inheritance
LocalizeComponentTests
Syntax
public abstract class LocalizeComponentTests
Fields
kStringTableKey
Declaration
protected const string kStringTableKey = "This is some text"
Field Value
kStringTableName
Declaration
protected const string kStringTableName = "MyText"
Field Value
m_Target
Declaration
protected GameObject m_Target
Field Value
Type |
Description |
GameObject |
|
StringTableKeyId
Declaration
protected uint StringTableKeyId
Field Value
Properties
Settings
Declaration
protected FakedLocalizationEditorSettings Settings { get; set; }
Property Value
sharedData
Declaration
protected SharedTableData sharedData { 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 |
|
Int32 |
eventIdx |
|
String |
expectedMethodName |
|
UnityEngine.Object |
expectedTarget |
|
Init()
Declaration
public virtual void Init()
Teardown()
Declaration
public virtual void Teardown()