C# 클래스 BulletMLLib.BulletMLBullet

BulletMLライブラリ内部で使用する弾を表す。 IBulletMLBulletInterfaceを継承したクラスに、変数として一つ持たせておくこと。
파일 보기 프로젝트 열기: babelshift/BulletMLLib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
activeTaskNum int
fireData List
index int
spdX float
spdY float
tasks List
tree BulletMLTree

공개 메소드들

메소드 설명
AddParam ( float param ) : void
BulletMLBullet ( IBulletMLBulletInterface ibullet ) : System
GetAimDir ( ) : float
GetFireData ( ) : FireData
Init ( BulletMLTree node ) : void
InitTop ( BulletMLTree node ) : void
Run ( ) : bool

BulletMLを動作させる

Vanish ( ) : void

비공개 메소드들

메소드 설명
GetNewBullet ( ) : BulletMLBullet
GetNewBullet ( string name ) : BulletMLBullet

메소드 상세

AddParam() 공개 메소드

public AddParam ( float param ) : void
param float
리턴 void

BulletMLBullet() 공개 메소드

public BulletMLBullet ( IBulletMLBulletInterface ibullet ) : System
ibullet IBulletMLBulletInterface
리턴 System

GetAimDir() 공개 메소드

public GetAimDir ( ) : float
리턴 float

GetFireData() 공개 메소드

public GetFireData ( ) : FireData
리턴 FireData

Init() 공개 메소드

public Init ( BulletMLTree node ) : void
node BulletMLTree
리턴 void

InitTop() 공개 메소드

public InitTop ( BulletMLTree node ) : void
node BulletMLTree
리턴 void

Run() 공개 메소드

BulletMLを動作させる
public Run ( ) : bool
리턴 bool

Vanish() 공개 메소드

public Vanish ( ) : void
리턴 void

프로퍼티 상세

activeTaskNum 공개적으로 프로퍼티

public int activeTaskNum
리턴 int

fireData 공개적으로 프로퍼티

public List fireData
리턴 List

index 공개적으로 프로퍼티

public int index
리턴 int

spdX 공개적으로 프로퍼티

public float spdX
리턴 float

spdY 공개적으로 프로퍼티

public float spdY
리턴 float

tasks 공개적으로 프로퍼티

public List tasks
리턴 List

tree 공개적으로 프로퍼티

public BulletMLTree,BulletMLLib tree
리턴 BulletMLTree