C# Class FSO.Client.UI.Framework.UIExternalContainer

Inheritance: UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
HasFocus bool
HasUpdated bool
RawImage byte[]
mouse Microsoft.Xna.Framework.Input.MouseState

Méthodes publiques

Méthode Description
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void

PreDraw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
UIExternalContainer ( int width, int height ) : System
Update ( UpdateState state ) : void

WidthHeightChange ( int width, int height ) : void

Method Details

Draw() public méthode

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
Résultat void

PreDraw() public méthode

public PreDraw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
Résultat void

UIExternalContainer() public méthode

public UIExternalContainer ( int width, int height ) : System
width int
height int
Résultat System

Update() public méthode

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
Résultat void

WidthHeightChange() public méthode

public WidthHeightChange ( int width, int height ) : void
width int
height int
Résultat void

Property Details

HasFocus public_oe property

public bool HasFocus
Résultat bool

HasUpdated public_oe property

public bool HasUpdated
Résultat bool

RawImage public_oe property

public byte[] RawImage
Résultat byte[]

mouse public_oe property

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