메소드 | 설명 | |
---|---|---|
Actor ( Image sprite, |
An Actor can be drawn on screen, translated around arbitrarily, collide with other game objects, and process update logic every frame.
|
|
Actor ( Image sprite, |
An Actor can be drawn on screen, translated around arbitrarily, collide with other game objects, and process update logic every frame.
|
|
Draw ( |
This is called for you once per map draw by Zeplin.
|
public Actor ( Image sprite, |
||
sprite | Image | The artwork the actor will use during Draw. |
transformation | Positioning information. | |
리턴 | System |
public Actor ( Image sprite, |
||
sprite | Image | The artwork the actor will use during Draw. |
transformation | Positioning information. | |
collider | Zeplin.CollisionShapes.SATCollisionVolume | A collision shape that mirrors the transformation. |
리턴 | System |
public Draw ( |
||
gameTime | ||
리턴 | void |