Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Editor.Assistant.BeamHintTextMap Class Reference

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...

Inheritance diagram for Beamable.Editor.Assistant.BeamHintTextMap:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Editor.Assistant.BeamHintTextMap:
Collaboration graph
[legend]

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()
 

Detailed Description

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


The documentation for this class was generated from the following file: