Method | Description | |
---|---|---|
AddBulb ( Vector3 position ) : void | ||
AddOrUpdateSurface ( |
||
SetConnection ( ScannerConnection connection ) : void | ||
ToggleLight ( int index ) : void | ||
UpdateCurrentPosition ( Vector3 position, Vector3 direction ) : void |
Method | Description | |
---|---|---|
OnUpdate ( float timeStep ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
CreateModelFromVertexData ( |
||
Distance ( IntVector2 v1, IntVector2 v2 ) : float |
Distance between two 2D points (should be moved to IntVector2).
|
|
InitTouchInput ( ) : void | ||
Pointer_PositionChanged ( Vector3 position ) : void | ||
UrhoApp ( Urho.ApplicationOptions options ) : System |
public AddOrUpdateSurface ( |
||
surface | ||
return | void |
public SetConnection ( ScannerConnection connection ) : void | ||
connection | ScannerConnection | |
return | void |
public UpdateCurrentPosition ( Vector3 position, Vector3 direction ) : void | ||
position | Vector3 | |
direction | Vector3 | |
return | void |