C# Class SmartHouse.CubePointer

Inheritance: Urho.Component
ファイルを表示 Open project: xamarin/urho-samples

Public Methods

Method Description
CubePointer ( ) : System
CubePointer ( IntPtr handle ) : System
OnAttachedToNode ( Node node ) : void

Private Methods

Method Description
Input_TouchBegin ( TouchBeginEventArgs e ) : void
Input_TouchEnd ( TouchEndEventArgs e ) : void

Method Details

CubePointer() public method

public CubePointer ( ) : System
return System

CubePointer() public method

public CubePointer ( IntPtr handle ) : System
handle System.IntPtr
return System

OnAttachedToNode() public method

public OnAttachedToNode ( Node node ) : void
node Node
return void