Свойство | Тип | Описание | |
---|---|---|---|
Parent | |||
Texture | |||
Visible | bool |
Метод | Описание | |
---|---|---|
AddChild ( dynamic child ) : void | ||
AddChildAt ( dynamic child, int index ) : void | ||
Clear ( ) : void | ||
DisplayObject ( ) : System | ||
Draw ( RenderTarget Target, |
||
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 |
public AddChildAt ( dynamic child, int index ) : void | ||
child | dynamic | |
index | int | |
Результат | void |
public Draw ( RenderTarget Target, |
||
Target | RenderTarget | |
states | ||
Результат | void |
public Move ( float offsetX, float offsetY ) : void | ||
offsetX | float | |
offsetY | float | |
Результат | void |
public RemoveChild ( dynamic child ) : void | ||
child | dynamic | |
Результат | void |
public SetPosition ( Vector2f pos ) : void | ||
pos | Vector2f | |
Результат | void |
public SetPosition ( float x, float y ) : void | ||
x | float | |
y | float | |
Результат | void |
public SetScale ( float scaleX, float scaleY ) : void | ||
scaleX | float | |
scaleY | float | |
Результат | void |