C# 클래스 ProjectCow.GameObject

파일 보기 프로젝트 열기: csce3513/Team12 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
image Microsoft.Xna.Framework.Graphics.Texture2D
manager GameObjectsManager

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
GameObject ( GameObjectsManager manager ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

GameObject() 공개 메소드

public GameObject ( GameObjectsManager manager ) : System
manager GameObjectsManager
리턴 System

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

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

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

public abstract Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

프로퍼티 상세

image 보호되어 있는 프로퍼티

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

manager 보호되어 있는 프로퍼티

protected GameObjectsManager,ProjectCow manager
리턴 GameObjectsManager