C# 클래스 ConveyorDefence.Missiles.Missile

파일 보기 프로젝트 열기: markevich/ConveyorDefence-linux 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch batch ) : void
Missile ( ) : System.Collections.Generic
Update ( GameTime gameTime ) : void
WithProperty ( MissileProperty property ) : Missile

비공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
RemoveProperties ( ) : void

메소드 상세

Draw() 공개 메소드

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

Missile() 공개 메소드

public Missile ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

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

WithProperty() 공개 메소드

public WithProperty ( MissileProperty property ) : Missile
property ConveyorDefence.Missiles.Properties.MissileProperty
리턴 Missile