Inherits CrossLink.PanelBase.
|
enum class | TimeType { voice
, text
} |
|
|
void | SetTextId (string tx, float sec, bool letterByLetter=false) |
|
void | FadeIn (System.Action onFin=null) |
|
void | FadeOut (System.Action onFin=null) |
|
virtual void | OnInit () |
|
virtual void | OnRelease () |
|
void | Exit () |
|
|
static bool | IsShowingTips () |
|
static void | HideText () |
|
static void | ShowTips (string tx, float sec=5, bool force=false, bool letterByLetter=false) |
|
static void | ShowTipsByTextId (string txid, float sec=5, bool force=false) |
|
static void | ShowTipsByTextIdInLogin (string txid, float sec=5, bool force=true) |
|
static void | ShowTipsByTextIdAndCheckInterval (string txid, float interval, float sec=5, bool force=false) |
|
static void | Lock (bool lk) |
|
static bool | IsPlotProgress () |
|
static void | PlotProgress (bool isOn) |
|
static bool | IsTalking () |
|
static string | ConvertTmpNameToVoiceFolder (string voTmp) |
|
static void | PlayDialogue (DialogueData dia, string voTmp, TimeType timeType) |
|
static void | PlayDialogueRandom (DialogueData dia, string voTmp, TimeType timeType) |
|
static void | PlayLine (string dia, SoundEffectInfo voice, float showTime=-1) |
|
static void | PlayLines (string[] lines, SoundEffectInfo voice, int lineIndex=0, TimeType timeType=TimeType.voice) |
|
static float | GetCurLanguageSpeed () |
|
|
Text | text |
|
HUDAnchor | anchor |
|
string | panelName |
|
bool | ignoreFadeEffect = false |
|
|
static System.Action | DialogueFinishEvent |
|