| 220 | _textFont = font; |
| 221 | _textSize = size; |
| 222 | } |
| 223 | void TitleEffectBasic::SetFade(float in, float out) |
| 224 | { |
| 225 | _fadeInTime = _fadeInTotal = in; |
| 226 | _fadeOutTime = _fadeOutTotal = out; |
| 227 | } |
| 228 | |
| 229 | void TitleEffectBasic::Init(float time) |
no outgoing calls
no test coverage detected