C# 클래스 OurSonic.Areas.Editor

파일 보기 프로젝트 열기: OurSonic/OurSonicSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( CanvasRenderingContext2D canvas, Point pos, Point size, bool showCollideMap, bool showHurtMap ) : void
DrawLine ( Point locationa, Point location2 ) : void
DrawPixel ( Point location1 ) : void
Editor ( LevelObjectAssetFrame assetFrame, bool showOffset ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( CanvasRenderingContext2D canvas, Point pos, Point size, bool showCollideMap, bool showHurtMap ) : void
canvas System.Html.Media.Graphics.CanvasRenderingContext2D
pos Point
size Point
showCollideMap bool
showHurtMap bool
리턴 void

DrawLine() 공개 메소드

public DrawLine ( Point locationa, Point location2 ) : void
locationa Point
location2 Point
리턴 void

DrawPixel() 공개 메소드

public DrawPixel ( Point location1 ) : void
location1 Point
리턴 void

Editor() 공개 메소드

public Editor ( LevelObjectAssetFrame assetFrame, bool showOffset ) : System
assetFrame OurSonic.Level.Objects.LevelObjectAssetFrame
showOffset bool
리턴 System