C# Класс SpawnBullet_Command, Time-Pigs-and-The-Ham-of-Destiny

Наследование: CommandBase
Показать файл Открыть проект

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

Метод Описание
Execute ( ) : void
SpawnBullet_Command ( ) : System.Collections
SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
Undo ( ) : void

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

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

public Execute ( ) : void
Результат void

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

public SpawnBullet_Command ( ) : System.Collections
Результат System.Collections

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

public SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
p_bulletPool BulletPool,
p_spawnPosition Vector2
p_direction Vector2
Результат System.Collections

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

public Undo ( ) : void
Результат void