C# 클래스 Urho.Samples.Decals

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

공개 메소드들

메소드 설명
Decals ( ApplicationOptions options = null ) : System.Linq

보호된 메소드들

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

비공개 메소드들

메소드 설명
CreateScene ( ) : void
CreateUI ( ) : void
PaintDecal ( ) : void
Raycast ( float maxDistance, Vector3 &hitPos, Drawable &hitDrawable ) : bool
SetupViewport ( ) : void
SubscribeToEvents ( ) : void

메소드 상세

Decals() 공개 메소드

public Decals ( ApplicationOptions options = null ) : System.Linq
options ApplicationOptions
리턴 System.Linq

OnUpdate() 보호된 메소드

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

Start() 보호된 메소드

protected Start ( ) : void
리턴 void