Method |
Description |
|
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 |
|
|