C# Class OurSonic.Level.Objects.LevelObjectAssetFrame

Afficher le fichier Open project: OurSonic/OurSonicSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearCache ( ) : void
DrawSimple ( CanvasRenderingContext2D mainCanvas, Point pos, int width, int height, bool xflip, bool yflip ) : void
DrawUI ( CanvasRenderingContext2D _canvas, Point pos, bool showOutline, bool showCollideMap, bool showHurtMap, bool showOffset, bool xflip, bool yflip ) : void
GetCache ( bool showOutline, bool showCollideMap, bool showHurtMap ) : CanvasInformation
LevelObjectAssetFrame ( string name ) : System
SetCache ( CanvasInformation image, bool showOutline, bool showCollideMap, bool showHurtMap ) : void
SetHeight ( int h ) : void
SetOffset ( int ex, int ey ) : void
SetWidth ( int w ) : void

Method Details

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

DrawSimple() public méthode

public DrawSimple ( CanvasRenderingContext2D mainCanvas, Point pos, int width, int height, bool xflip, bool yflip ) : void
mainCanvas System.Html.Media.Graphics.CanvasRenderingContext2D
pos Point
width int
height int
xflip bool
yflip bool
Résultat void

DrawUI() public méthode

public DrawUI ( CanvasRenderingContext2D _canvas, Point pos, bool showOutline, bool showCollideMap, bool showHurtMap, bool showOffset, bool xflip, bool yflip ) : void
_canvas System.Html.Media.Graphics.CanvasRenderingContext2D
pos Point
showOutline bool
showCollideMap bool
showHurtMap bool
showOffset bool
xflip bool
yflip bool
Résultat void

GetCache() public méthode

public GetCache ( bool showOutline, bool showCollideMap, bool showHurtMap ) : CanvasInformation
showOutline bool
showCollideMap bool
showHurtMap bool
Résultat OurSonic.Utility.CanvasInformation

LevelObjectAssetFrame() public méthode

public LevelObjectAssetFrame ( string name ) : System
name string
Résultat System

SetCache() public méthode

public SetCache ( CanvasInformation image, bool showOutline, bool showCollideMap, bool showHurtMap ) : void
image OurSonic.Utility.CanvasInformation
showOutline bool
showCollideMap bool
showHurtMap bool
Résultat void

SetHeight() public méthode

public SetHeight ( int h ) : void
h int
Résultat void

SetOffset() public méthode

public SetOffset ( int ex, int ey ) : void
ex int
ey int
Résultat void

SetWidth() public méthode

public SetWidth ( int w ) : void
w int
Résultat void