mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
More CGuiSys and CFrontEndUI work
This commit is contained in:
@@ -53,6 +53,11 @@ float CGuiTextSupport::GetTotalAnimationTime() const
|
||||
return x60_renderBuf->GetPrimitiveCount() / x58_chRate;
|
||||
}
|
||||
|
||||
bool CGuiTextSupport::AnimationDone() const
|
||||
{
|
||||
return x3c_curTime >= GetTotalAnimationTime();
|
||||
}
|
||||
|
||||
void CGuiTextSupport::SetTypeWriteEffectOptions(bool enable, float chFadeTime, float chRate)
|
||||
{
|
||||
x50_typeEnable = enable;
|
||||
|
||||
Reference in New Issue
Block a user