Свойство | Тип | Описание | |
---|---|---|---|
AnimationSequences | AnimationSequence>.Dictionary | ||
CurrentAnimation | string | ||
CurrentFrame | int | ||
Delay | int | ||
Location | Vtj.Gaming.Vector3D | ||
Objects | List |
||
Scale | float | ||
Visible | bool |
Свойство | Тип | Описание | |
---|---|---|---|
Started | bool |
Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
Collides ( |
||
Compare ( |
||
Create ( |
||
Dispose ( ) : void | ||
Draw ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
DrawObjects ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
GameObject ( ) : System | ||
GetCurrentSprite ( ) : |
||
Intersect ( float x, float y, float w, float h ) : bool | ||
Remove ( |
||
ResumeAnimation ( ) : void | ||
SetSprite ( string animation, int index ) : void | ||
StartAnimation ( string animation ) : void | ||
StopAnimation ( ) : void | ||
Update ( ) : void |
public Collides ( |
||
target | ||
Результат | bool |
public static Compare ( |
||
x | ||
y | ||
Результат | int |
public static Create ( |
||
defaultImage | ||
handleX | float | |
handleY | float | |
Результат |
public Draw ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
context | System.Html.Media.Graphics.CanvasContext2D | |
Результат | void |
public static DrawObjects ( System.Html.Media.Graphics.CanvasContext2D context ) : void | ||
context | System.Html.Media.Graphics.CanvasContext2D | |
Результат | void |
public Intersect ( float x, float y, float w, float h ) : bool | ||
x | float | |
y | float | |
w | float | |
h | float | |
Результат | bool |
public static Remove ( |
||
gameObject | ||
Результат | void |
public SetSprite ( string animation, int index ) : void | ||
animation | string | |
index | int | |
Результат | void |
public StartAnimation ( string animation ) : void | ||
animation | string | |
Результат | void |
public Dictionary |
||
Результат | AnimationSequence>.Dictionary |