C# 클래스 MiningGame.Code.Interfaces.Interface

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
Position Vector2
active bool
blocking bool
depth int

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
Interface ( ) : System
Update ( GameTime time ) : void
destroy ( ) : void
initialize ( int depth ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Interface() 공개 메소드

public Interface ( ) : System
리턴 System

Update() 공개 메소드

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

initialize() 공개 메소드

public initialize ( int depth ) : void
depth int
리턴 void

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2

active 공개적으로 프로퍼티

public bool active
리턴 bool

blocking 공개적으로 프로퍼티

public bool blocking
리턴 bool

depth 공개적으로 프로퍼티

public int depth
리턴 int