C# 클래스 PlatformerPOC.Domain.Particle

상속: BaseGameObject
파일 보기 프로젝트 열기: bramdemoor/MonoGame-PlatformerPOC

공개 메소드들

메소드 설명
Particle ( PlatformGame game, Vector2 position, HorizontalDirection horizontalDirection ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
UpdateBoundingBox ( ) : void

메소드 상세

Particle() 공개 메소드

public Particle ( PlatformGame game, Vector2 position, HorizontalDirection horizontalDirection ) : Microsoft.Xna.Framework
game PlatformGame
position Microsoft.Xna.Framework.Vector2
horizontalDirection HorizontalDirection
리턴 Microsoft.Xna.Framework

Update() 공개 메소드

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