C# Class BlisterUI.Widgets.BaseWidget

Inheritance: IDisposable
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Protected Properties

Свойство Type Description
align Point
anchor Point
layer float
offAlign Point
offLayer float
offset Point
widgetRect Microsoft.Xna.Framework.Rectangle

Méthodes publiques

Méthode Description
AddAllDrawables ( WidgetRenderer r ) : void
BaseWidget ( WidgetRenderer r ) : System
Dispose ( ) : void
GetOffset ( int x, int y ) : Point
Inside ( int x, int y ) : bool
Inside ( int x, int y, Vector2 &ratio ) : bool
PreInit ( ) : void
RemoveAllDrawables ( WidgetRenderer r ) : void

Méthodes protégées

Méthode Description
DisposeOther ( ) : void
OnParentRecompute ( BaseWidget w ) : void
Recompute ( ) : void

Method Details

AddAllDrawables() public abstract méthode

public abstract AddAllDrawables ( WidgetRenderer r ) : void
r WidgetRenderer
Résultat void

BaseWidget() public méthode

public BaseWidget ( WidgetRenderer r ) : System
r WidgetRenderer
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeOther() protected abstract méthode

protected abstract DisposeOther ( ) : void
Résultat void

GetOffset() public méthode

public GetOffset ( int x, int y ) : Point
x int
y int
Résultat Point

Inside() public méthode

public Inside ( int x, int y ) : bool
x int
y int
Résultat bool

Inside() public méthode

public Inside ( int x, int y, Vector2 &ratio ) : bool
x int
y int
ratio Vector2
Résultat bool

OnParentRecompute() protected méthode

protected OnParentRecompute ( BaseWidget w ) : void
w BaseWidget
Résultat void

PreInit() public abstract méthode

public abstract PreInit ( ) : void
Résultat void

Recompute() protected méthode

protected Recompute ( ) : void
Résultat void

RemoveAllDrawables() public abstract méthode

public abstract RemoveAllDrawables ( WidgetRenderer r ) : void
r WidgetRenderer
Résultat void

Property Details

align protected_oe property

protected Point align
Résultat Point

anchor protected_oe property

protected Point anchor
Résultat Point

layer protected_oe property

protected float layer
Résultat float

offAlign protected_oe property

protected Point offAlign
Résultat Point

offLayer protected_oe property

protected float offLayer
Résultat float

offset protected_oe property

protected Point offset
Résultat Point

widgetRect protected_oe property

protected Rectangle,Microsoft.Xna.Framework widgetRect
Résultat Microsoft.Xna.Framework.Rectangle