C# 클래스 ProjectCow.InteractObject

파일 보기 프로젝트 열기: csce3513/Team12

공개 프로퍼티들

프로퍼티 타입 설명
position Vector2
scale float
size Microsoft.Xna.Framework.Rectangle

공개 메소드들

메소드 설명
DrawIAO ( SpriteBatch spritebatch ) : void
LoadIAO ( Microsoft.Xna.Framework.Content.ContentManager contentmanager, string imagename ) : void
UpdateIAO ( GameTime gametime, Vector2 speed, Vector2 direction ) : void
getHeight ( ) : int
getWidth ( ) : int

메소드 상세

DrawIAO() 공개 메소드

public DrawIAO ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

LoadIAO() 공개 메소드

public LoadIAO ( Microsoft.Xna.Framework.Content.ContentManager contentmanager, string imagename ) : void
contentmanager Microsoft.Xna.Framework.Content.ContentManager
imagename string
리턴 void

UpdateIAO() 공개 메소드

public UpdateIAO ( GameTime gametime, Vector2 speed, Vector2 direction ) : void
gametime Microsoft.Xna.Framework.GameTime
speed Vector2
direction Vector2
리턴 void

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

프로퍼티 상세

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2

scale 공개적으로 프로퍼티

public float scale
리턴 float

size 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework size
리턴 Microsoft.Xna.Framework.Rectangle