C# 클래스 SamplyGame.Aircrafts.Enemies.Enemies

A component to rule all enemies
상속: Urho.Component
파일 보기 프로젝트 열기: xamarin/urho-samples 1 사용 예제들

공개 메소드들

메소드 설명
Enemies ( Player player ) : System
KillAll ( ) : void
StartSpawning ( ) : void

비공개 메소드들

메소드 설명
SpawnBats ( int count, float pause ) : System.Threading.Tasks.Task
SpawnEnemy ( Func enemyFactory, int times ) : System.Threading.Tasks.Task
SpawnTwoMonitors ( ) : System.Threading.Tasks.Task

메소드 상세

Enemies() 공개 메소드

public Enemies ( Player player ) : System
player Player
리턴 System

KillAll() 공개 메소드

public KillAll ( ) : void
리턴 void

StartSpawning() 공개 메소드

public StartSpawning ( ) : void
리턴 void