C# 클래스 SmartboyDevelopments.Haxxit.MonoGame.DrawablePrimitive

Class for drawing primitives, taken then modified from http://stackoverflow.com/questions/13893959/how-to-draw-the-border-of-a-square
파일 보기 프로젝트 열기: smartboyathome/Haxxit

공개 메소드들

메소드 설명
Draw ( SpriteBatch sprite_batch ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
DrawablePrimitive ( Microsoft.Xna.Framework.Graphics.Texture2D white_pixel ) : System

메소드 상세

Draw() 공개 추상적인 메소드

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

DrawablePrimitive() 보호된 메소드

protected DrawablePrimitive ( Microsoft.Xna.Framework.Graphics.Texture2D white_pixel ) : System
white_pixel Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

Update() 공개 추상적인 메소드

public abstract Update ( ) : void
리턴 void