C# 클래스 ARCed.Controls.FrameSprite

상속: IDisposable
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by the EnemySprite

FrameSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y ) : System

보호된 메소드들

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

메소드 상세

Dispose() 공개 메소드

Releases all resources used by the EnemySprite
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FrameSprite() 공개 메소드

public FrameSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
x int
y int
리턴 System