C# 클래스 MiningGame.Code.Blocks.BlockDoor

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

공개 메소드들

메소드 설명
BlockDoor ( ) : System
RenderBlock ( int x, int y, SpriteBatch sb ) : BlockRenderer

비공개 메소드들

메소드 설명
GetTexture ( int x, int y ) : Microsoft.Xna.Framework.Graphics.Texture2D

메소드 상세

BlockDoor() 공개 메소드

public BlockDoor ( ) : System
리턴 System

RenderBlock() 공개 메소드

public RenderBlock ( int x, int y, SpriteBatch sb ) : BlockRenderer
x int
y int
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 BlockRenderer