C# 클래스 Vtj.Contest.Shooter.PlasmaBall

Base class for any projectile shot by the player's ship
상속: Vtj.Gaming.GameObject
파일 보기 프로젝트 열기: Ventajou/Space-Dinosaurs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Destroyed bool
Hit bool

보호된 프로퍼티들

프로퍼티 타입 설명
Motion IMotion

공개 메소드들

메소드 설명
PlasmaBall ( Vtj.Gaming.Vector2D location, IMotion motion ) : System
Update ( ) : void

메소드 상세

PlasmaBall() 공개 메소드

public PlasmaBall ( Vtj.Gaming.Vector2D location, IMotion motion ) : System
location Vtj.Gaming.Vector2D
motion IMotion
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Destroyed 공개적으로 프로퍼티

public bool Destroyed
리턴 bool

Hit 공개적으로 프로퍼티

public bool Hit
리턴 bool

Motion 보호되어 있는 프로퍼티

protected IMotion Motion
리턴 IMotion