C# 클래스 BasicPhysic2D.MouseDrawable

상속: Drawable2D
파일 보기 프로젝트 열기: WaveEngine/Samples

공개 메소드들

메소드 설명
Draw ( System.TimeSpan gameTime ) : void

Draw method

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose method

ResolveDependencies ( ) : void

Resolve dependencies method

메소드 상세

Dispose() 보호된 메소드

Dispose method
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 공개 메소드

Draw method
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
리턴 void

ResolveDependencies() 보호된 메소드

Resolve dependencies method
protected ResolveDependencies ( ) : void
리턴 void