C# 클래스 SamplyGame.Apple

상속: SamplyGame.Weapon
파일 보기 프로젝트 열기: xamarin/urho-samples 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

OnFire() 보호된 메소드

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

OnHit() 공개 메소드

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