C# Class SmartHouse.CubePointer

Inheritance: Urho.Component
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
CubePointer ( ) : System
CubePointer ( IntPtr handle ) : System
OnAttachedToNode ( Node node ) : void

Private Methods

Méthode Description
Input_TouchBegin ( TouchBeginEventArgs e ) : void
Input_TouchEnd ( TouchEndEventArgs e ) : void

Method Details

CubePointer() public méthode

public CubePointer ( ) : System
Résultat System

CubePointer() public méthode

public CubePointer ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

OnAttachedToNode() public méthode

public OnAttachedToNode ( Node node ) : void
node Node
Résultat void