C# 클래스 Urho.Samples.Navigation

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

공개 메소드들

메소드 설명
Navigation ( ApplicationOptions options = null ) : System.Collections.Generic

보호된 메소드들

메소드 설명
OnUpdate ( float timeStep ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
AddOrRemoveObject ( ) : void
CreateMushroom ( Vector3 pos ) : Node
CreateScene ( ) : void
CreateUI ( ) : void
FollowPath ( float timeStep ) : void
MoveCamera ( float timeStep ) : void
Raycast ( float maxDistance, Vector3 &hitPos, Drawable &hitDrawable ) : bool
SetPathPoint ( ) : void
SetupViewport ( ) : void
SubscribeToEvents ( ) : void

메소드 상세

Navigation() 공개 메소드

public Navigation ( ApplicationOptions options = null ) : System.Collections.Generic
options ApplicationOptions
리턴 System.Collections.Generic

OnUpdate() 보호된 메소드

protected OnUpdate ( float timeStep ) : void
timeStep float
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void