C# Class Urho.Samples.Decals

Inheritance: Sample
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
Decals ( ApplicationOptions options = null ) : System.Linq

Méthodes protégées

Méthode Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

Méthode Description
CreateScene ( ) : void
CreateUI ( ) : void
PaintDecal ( ) : void
Raycast ( float maxDistance, Vector3 &hitPos, Drawable &hitDrawable ) : bool
SetupViewport ( ) : void
SubscribeToEvents ( ) : void

Method Details

Decals() public méthode

public Decals ( ApplicationOptions options = null ) : System.Linq
options ApplicationOptions
Résultat System.Linq

OnUpdate() protected méthode

protected OnUpdate ( float timeStep ) : void
timeStep float
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void