C# Class FSO.Common.Rendering.Framework.Model.UpdateState

Contains common information used in the update loop
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Depth int
FrameTextInput List
InputManager FSO.Common.Rendering.Framework.IO.InputManager
KeyboardState Microsoft.Xna.Framework.Input.KeyboardState
MouseEvents List
MouseState Microsoft.Xna.Framework.Input.MouseState
NewKeys List
PreviousKeyboardState Microsoft.Xna.Framework.Input.KeyboardState
SharedData object>.Dictionary
Time Microsoft.Xna.Framework.GameTime
TouchMode bool
UIState UIState

Méthodes publiques

Méthode Description
Update ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Depth public_oe property

public int Depth
Résultat int

FrameTextInput public_oe property

public List FrameTextInput
Résultat List

InputManager public_oe property

public InputManager,FSO.Common.Rendering.Framework.IO InputManager
Résultat FSO.Common.Rendering.Framework.IO.InputManager

KeyboardState public_oe property

public KeyboardState,Microsoft.Xna.Framework.Input KeyboardState
Résultat Microsoft.Xna.Framework.Input.KeyboardState

MouseEvents public_oe property

public List MouseEvents
Résultat List

MouseState public_oe property

public MouseState,Microsoft.Xna.Framework.Input MouseState
Résultat Microsoft.Xna.Framework.Input.MouseState

NewKeys public_oe property

public List NewKeys
Résultat List

PreviousKeyboardState public_oe property

public KeyboardState,Microsoft.Xna.Framework.Input PreviousKeyboardState
Résultat Microsoft.Xna.Framework.Input.KeyboardState

SharedData public_oe property

public Dictionary SharedData
Résultat object>.Dictionary

Time public_oe property

public GameTime,Microsoft.Xna.Framework Time
Résultat Microsoft.Xna.Framework.GameTime

TouchMode public_oe property

public bool TouchMode
Résultat bool

UIState public_oe property

public UIState,FSO.Common.Rendering.Framework.Model UIState
Résultat UIState