C# 클래스 Shooter.Controls.HUD

파일 보기 프로젝트 열기: JoeyTheAsian/Just-Force

공개 메소드들

메소드 설명
DrawHUD ( Character player, SpriteBatch &spriteBatch, int screenHeight, int screenWidth, SpriteFont arial, Microsoft.Xna.Framework.Graphics.Texture2D health, Microsoft.Xna.Framework.Graphics.Texture2D healthBar, Microsoft.Xna.Framework.Graphics.Texture2D stamina, Microsoft.Xna.Framework.Graphics.Texture2D skillIcon ) : void

메소드 상세

DrawHUD() 공개 정적인 메소드

public static DrawHUD ( Character player, SpriteBatch &spriteBatch, int screenHeight, int screenWidth, SpriteFont arial, Microsoft.Xna.Framework.Graphics.Texture2D health, Microsoft.Xna.Framework.Graphics.Texture2D healthBar, Microsoft.Xna.Framework.Graphics.Texture2D stamina, Microsoft.Xna.Framework.Graphics.Texture2D skillIcon ) : void
player Shooter.Entities.Character
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
screenHeight int
screenWidth int
arial Microsoft.Xna.Framework.Graphics.SpriteFont
health Microsoft.Xna.Framework.Graphics.Texture2D
healthBar Microsoft.Xna.Framework.Graphics.Texture2D
stamina Microsoft.Xna.Framework.Graphics.Texture2D
skillIcon Microsoft.Xna.Framework.Graphics.Texture2D
리턴 void