C# 클래스 SunsetHigh.BraceFace.HealthBarTexture

파일 보기 프로젝트 열기: ErraticUnicorn/MOSH

공개 메소드들

메소드 설명
HealthBarTexture ( ) : System
draw ( SpriteBatch sb ) : void
loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
setFullRatio ( float fullRatio ) : void

비공개 메소드들

메소드 설명
updateOffsets ( object sender, CameraOffsetEventArgs e ) : void

메소드 상세

HealthBarTexture() 공개 메소드

public HealthBarTexture ( ) : System
리턴 System

draw() 공개 메소드

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

loadContent() 공개 메소드

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

setFullRatio() 공개 메소드

public setFullRatio ( float fullRatio ) : void
fullRatio float
리턴 void