C# 클래스 BlisterUI.Widgets.BaseWidget

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
align Point
anchor Point
layer float
offAlign Point
offLayer float
offset Point
widgetRect Microsoft.Xna.Framework.Rectangle

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
DisposeOther ( ) : void
OnParentRecompute ( BaseWidget w ) : void
Recompute ( ) : void

메소드 상세

AddAllDrawables() 공개 추상적인 메소드

public abstract AddAllDrawables ( WidgetRenderer r ) : void
r WidgetRenderer
리턴 void

BaseWidget() 공개 메소드

public BaseWidget ( WidgetRenderer r ) : System
r WidgetRenderer
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DisposeOther() 보호된 추상적인 메소드

protected abstract DisposeOther ( ) : void
리턴 void

GetOffset() 공개 메소드

public GetOffset ( int x, int y ) : Point
x int
y int
리턴 Point

Inside() 공개 메소드

public Inside ( int x, int y ) : bool
x int
y int
리턴 bool

Inside() 공개 메소드

public Inside ( int x, int y, Vector2 &ratio ) : bool
x int
y int
ratio Vector2
리턴 bool

OnParentRecompute() 보호된 메소드

protected OnParentRecompute ( BaseWidget w ) : void
w BaseWidget
리턴 void

PreInit() 공개 추상적인 메소드

public abstract PreInit ( ) : void
리턴 void

Recompute() 보호된 메소드

protected Recompute ( ) : void
리턴 void

RemoveAllDrawables() 공개 추상적인 메소드

public abstract RemoveAllDrawables ( WidgetRenderer r ) : void
r WidgetRenderer
리턴 void

프로퍼티 상세

align 보호되어 있는 프로퍼티

protected Point align
리턴 Point

anchor 보호되어 있는 프로퍼티

protected Point anchor
리턴 Point

layer 보호되어 있는 프로퍼티

protected float layer
리턴 float

offAlign 보호되어 있는 프로퍼티

protected Point offAlign
리턴 Point

offLayer 보호되어 있는 프로퍼티

protected float offLayer
리턴 float

offset 보호되어 있는 프로퍼티

protected Point offset
리턴 Point

widgetRect 보호되어 있는 프로퍼티

protected Rectangle,Microsoft.Xna.Framework widgetRect
리턴 Microsoft.Xna.Framework.Rectangle