C# Класс Cyclyc.ShipGirl.ShipEnemyPool

Наследование: Cyclyc.Framework.EnemyPool
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( Challenge c, string img, int fc, CollisionStyle col, string curveSet, bool left, int y, int w, int h, double timeScale, int diff ) : CycSprite
MakeEnemy ( ) : CycSprite
ShipEnemyPool ( CycGame g ) : System

Описание методов

Create() публичный Метод

public Create ( Challenge c, string img, int fc, CollisionStyle col, string curveSet, bool left, int y, int w, int h, double timeScale, int diff ) : CycSprite
c Cyclyc.Framework.Challenge
img string
fc int
col CollisionStyle
curveSet string
left bool
y int
w int
h int
timeScale double
diff int
Результат CycSprite

MakeEnemy() публичный Метод

public MakeEnemy ( ) : CycSprite
Результат CycSprite

ShipEnemyPool() публичный Метод

public ShipEnemyPool ( CycGame g ) : System
g Cyclyc.Framework.CycGame
Результат System