C# 클래스 vimage.DisplayObject

상속: SFML.Graphics.Transformable, Drawable
파일 보기 프로젝트 열기: Torrunt/vimage 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Parent DisplayObject
Texture TextureInfo
Visible bool

공개 메소드들

메소드 설명
AddChild ( dynamic child ) : void
AddChildAt ( dynamic child, int index ) : void
Clear ( ) : void
DisplayObject ( ) : System
Draw ( RenderTarget Target, RenderStates states ) : void
GetChildAt ( int i ) : dynamic
Move ( Vector2f offset ) : void
Move ( float offsetX, float offsetY ) : void
OnAdded ( ) : void
OnRemoved ( ) : void
RemoveChild ( dynamic child ) : void
RemoveChildAt ( int index ) : void
Rotate ( float amount ) : void
SetPosition ( Vector2f pos ) : void
SetPosition ( float x, float y ) : void
SetScale ( Vector2f scale ) : void
SetScale ( float scale ) : void
SetScale ( float scaleX, float scaleY ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( dynamic child ) : void
child dynamic
리턴 void

AddChildAt() 공개 메소드

public AddChildAt ( dynamic child, int index ) : void
child dynamic
index int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DisplayObject() 공개 메소드

public DisplayObject ( ) : System
리턴 System

Draw() 공개 메소드

public Draw ( RenderTarget Target, RenderStates states ) : void
Target RenderTarget
states SFML.Graphics.RenderStates
리턴 void

GetChildAt() 공개 메소드

public GetChildAt ( int i ) : dynamic
i int
리턴 dynamic

Move() 공개 메소드

public Move ( Vector2f offset ) : void
offset Vector2f
리턴 void

Move() 공개 메소드

public Move ( float offsetX, float offsetY ) : void
offsetX float
offsetY float
리턴 void

OnAdded() 공개 메소드

public OnAdded ( ) : void
리턴 void

OnRemoved() 공개 메소드

public OnRemoved ( ) : void
리턴 void

RemoveChild() 공개 메소드

public RemoveChild ( dynamic child ) : void
child dynamic
리턴 void

RemoveChildAt() 공개 메소드

public RemoveChildAt ( int index ) : void
index int
리턴 void

Rotate() 공개 메소드

public Rotate ( float amount ) : void
amount float
리턴 void

SetPosition() 공개 메소드

public SetPosition ( Vector2f pos ) : void
pos Vector2f
리턴 void

SetPosition() 공개 메소드

public SetPosition ( float x, float y ) : void
x float
y float
리턴 void

SetScale() 공개 메소드

public SetScale ( Vector2f scale ) : void
scale Vector2f
리턴 void

SetScale() 공개 메소드

public SetScale ( float scale ) : void
scale float
리턴 void

SetScale() 공개 메소드

public SetScale ( float scaleX, float scaleY ) : void
scaleX float
scaleY float
리턴 void

프로퍼티 상세

Parent 공개적으로 프로퍼티

public DisplayObject,vimage Parent
리턴 DisplayObject

Texture 공개적으로 프로퍼티

public TextureInfo,vimage Texture
리턴 TextureInfo

Visible 공개적으로 프로퍼티

public bool Visible
리턴 bool