Interface ILocalizedComponent
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public interface ILocalizedComponent : ILocalized
Properties
|
Edit this page
View Source
Key
Declaration
Property Value
|
Edit this page
View Source
LastLocale
Declaration
Locale LastLocale { get; set; }
Property Value
|
Edit this page
View Source
TableId
Declaration
string TableId { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetGameObjectName()
Declaration
string GetGameObjectName()
Returns
|
Edit this page
View Source
InvalidKeyOrTable()
Declaration
Returns
|
Edit this page
View Source
OnDisable()
Declaration
|
Edit this page
View Source
OnEnable()
Declaration
Extension Methods