|
Beamable SDK
|
A quick and dirty way of mapping Domains, Sub-Domains and HintIds to specific blobs of text. TODO: Replace with in-editor localization system More...


Public Member Functions | |
| void | AddDomainTitle () |
| void | AddDomainTitle (string id, string title) |
| void | AddHintTitle () |
| void | AddHintTitle (string id, string title) |
| void | AddHintIntroText () |
| void | AddHintIntroText (string id, string introText) |
| bool | TryGetDomainTitle (string domainSubString, out string title) |
| bool | TryGetHintTitle (BeamHintHeader header, out string title) |
| bool | TryGetHintIntroText (BeamHintHeader header, out string title) |
Public Attributes | |
| SerializedStringToTextDictionary | HintDomainToTitle = new SerializedStringToTextDictionary() |
| SerializedStringToTextDictionary | HintIdToHintTitle = new SerializedStringToTextDictionary() |
| SerializedStringToTextDictionary | HintIdToHintIntroText = new SerializedStringToTextDictionary() |
A quick and dirty way of mapping Domains, Sub-Domains and HintIds to specific blobs of text. TODO: Replace with in-editor localization system