C# 클래스 SamplyGame.XamarinCube

상속: SamplyGame.Weapon
파일 보기 프로젝트 열기: xamarin/urho-samples

공개 메소드들

메소드 설명
OnHit ( Aircraft target, bool killed, Urho.Node bulletNode ) : void

보호된 메소드들

메소드 설명
OnFire ( bool player ) : System.Threading.Tasks.Task

메소드 상세

OnFire() 보호된 메소드

protected OnFire ( bool player ) : System.Threading.Tasks.Task
player bool
리턴 System.Threading.Tasks.Task

OnHit() 공개 메소드

public OnHit ( Aircraft target, bool killed, Urho.Node bulletNode ) : void
target Aircraft
killed bool
bulletNode Urho.Node
리턴 void