Méthode | Description | |
---|---|---|
AnimationObject ( |
||
AnimationObject ( |
||
Draw ( Matrix cameraTransform ) : void | ||
Update ( |
||
checkDeathObject ( ) : bool | ||
reloadNonSerializedAssets ( ) : void |
public AnimationObject ( |
||
world | ||
animTexturename | string | |
objectTexturename | string | |
sprWidth | int | |
sprHeight | int | |
animInt | int | |
myNumFrames | int | |
Résultat | System |
public AnimationObject ( |
||
world | ||
animTexturename | string | |
objectTexturename | string | |
sprWidth | int | |
sprHeight | int | |
animInt | int | |
myNumFrames | int | |
hasBody | bool | |
deathObject | bool | |
Résultat | System |
public Draw ( Matrix cameraTransform ) : void | ||
cameraTransform | Matrix | |
Résultat | void |
public Update ( |
||
world | ||
dt | float | |
Résultat | void |
public reloadNonSerializedAssets ( ) : void | ||
Résultat | void |