Class IntroRoll
- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class IntroRoll : Menu
- Inheritance
-
IntroRoll
- Inherited Members
Constructors
IntroRoll(ProcessManager)
public IntroRoll(ProcessManager manager)
Parameters
managerProcessManager
Fields
anyButtonLabel
public MenuLabel anyButtonLabel
Field Value
continueToMenu
public bool continueToMenu
Field Value
delayedTime
public float delayedTime
Field Value
dirtyLanguage
public InGameTranslator.LanguageID dirtyLanguage
Field Value
forceWatchRoll
public bool forceWatchRoll
Field Value
illustrations
public MenuIllustration[] illustrations
Field Value
languageFontDirty
public bool languageFontDirty
Field Value
lastAnyButton
public bool lastAnyButton
Field Value
rainEffect
public RainEffect rainEffect
Field Value
requestIntroMusic
public bool requestIntroMusic
Field Value
time
public float time
Field Value
Properties
ShowCursor
public override bool ShowCursor { get; }
Property Value
Methods
CheckTimeStamp(float, float, float)
public bool CheckTimeStamp(float lastTime, float currentTime, float checkTime)
Parameters
Returns
GoToMenu()
public void GoToMenu()
GrafUpdate(float)
public override void GrafUpdate(float timeStacker)
Parameters
timeStackerfloat
RawUpdate(float)
public override void RawUpdate(float dt)
Parameters
dtfloat
Update()
public override void Update()