C# 클래스 SamplyGame.Aircraft

A base class for all aircrafts including the player and enemies
상속: Urho.Component
파일 보기 프로젝트 열기: xamarin/urho-samples 1 사용 예제들

공개 메소드들

메소드 설명
Explode ( ) : System.Threading.Tasks.Task

Explode the aircraft with animation

Play ( ) : System.Threading.Tasks.Task

Spawn the aircraft and wait until it's exploded

보호된 메소드들

메소드 설명
Aircraft ( ) : System.Linq
Init ( ) : void
OnExplode ( Urho.Node explodeNode ) : void

비공개 메소드들

메소드 설명
Hit ( ) : void
OnCollided ( NodeCollisionStartEventArgs args ) : void

메소드 상세

Aircraft() 보호된 메소드

protected Aircraft ( ) : System.Linq
리턴 System.Linq

Explode() 공개 메소드

Explode the aircraft with animation
public Explode ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

OnExplode() 보호된 메소드

protected OnExplode ( Urho.Node explodeNode ) : void
explodeNode Urho.Node
리턴 void

Play() 공개 메소드

Spawn the aircraft and wait until it's exploded
public Play ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task