C# 클래스 Defend_your_home.UI.Image

상속: IGraphicsControl
파일 보기 프로젝트 열기: MandragoraStudio/Defend-your-home

보호된 프로퍼티들

프로퍼티 타입 설명
position Vector2
texture Microsoft.Xna.Framework.Graphics.Texture2D
tintColor Color

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
Image ( string assetName, Vector2 position ) : System
Update ( ) : void

메소드 상세

Draw() 공개 메소드

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

Image() 공개 메소드

public Image ( string assetName, Vector2 position ) : System
assetName string
position Vector2
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

position 보호되어 있는 프로퍼티

protected Vector2 position
리턴 Vector2

texture 보호되어 있는 프로퍼티

protected Texture2D,Microsoft.Xna.Framework.Graphics texture
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

tintColor 보호되어 있는 프로퍼티

protected Color tintColor
리턴 Color