C# (CSharp) BulletMLLib Пространство имен

Классы

Имя Описание
AccelTask This task adds acceleration to a bullet.
Bullet This is the bullet class that outside assemblies will interact with. Just inherit from this class and override the abstract functions!
BulletMLAction Actionタグの処理。 Repeatタグは常についていると仮定し、1~Timesの回数繰り返す。
BulletMLBullet BulletMLライブラリ内部で使用する弾を表す。 IBulletMLBulletInterfaceを継承したクラスに、変数として一つ持たせておくこと。
BulletMLChangeDirection 方向転換処理
BulletMLChangeSpeed スピード変更
BulletMLFire BulletML Fire処理
BulletMLManager
BulletMLParser
BulletMLSetDirection 方向設定
BulletMLSetSpeed Speed 処理
BulletMLTask BulletMLタスク 実際に弾を動かすクラス
BulletMLTree
BulletMLVanish
BulletMLWait Wait処理
BulletValue
ChangeDirectionTask This task changes the direction a little bit every frame
ChangeSpeedTask This task changes the speed a little bit every frame.
FireData
TimeFix Remove the 60 FPS limit
WaitTask This task pauses for a specified amount of time before resuming