C# 클래스 Com.Aurora.AuWeather.Effects.SolarSystem

상속: IDisposable
파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void
LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task
Update ( ) : void

보호된 메소드들

메소드 설명
Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 보호된 메소드

protected Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, CanvasSpriteBatch spriteBatch ) : void
drawingSession Microsoft.Graphics.Canvas.CanvasDrawingSession
spriteBatch CanvasSpriteBatch
리턴 void

Draw() 공개 메소드

public Draw ( Microsoft.Graphics.Canvas.CanvasDrawingSession drawingSession, bool useSpriteBatch ) : void
drawingSession Microsoft.Graphics.Canvas.CanvasDrawingSession
useSpriteBatch bool
리턴 void

LoadSurfaceAsync() 공개 메소드

public LoadSurfaceAsync ( ICanvasResourceCreator resourceCreator ) : System.Threading.Tasks.Task
resourceCreator ICanvasResourceCreator
리턴 System.Threading.Tasks.Task

Update() 공개 메소드

public Update ( ) : void
리턴 void