C# Class ImageCanvasController

Inheritance: MonoBehaviour
Mostrar archivo Open project: cronkite-asu/VRoggingTemplate

Public Methods

Method Description
DoToggleIsExamined ( ) : void
GetIsExamined ( ) : bool
SetOriginScale ( float os ) : void
SetTargetScale ( float ts ) : void
SetTargetX ( float tx ) : void
SetTargetY ( float ty ) : void
SetTargetZ ( float tz ) : void
SetTransitionSpeed ( float ts ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

DoToggleIsExamined() public method

public DoToggleIsExamined ( ) : void
return void

GetIsExamined() public method

public GetIsExamined ( ) : bool
return bool

SetOriginScale() public method

public SetOriginScale ( float os ) : void
os float
return void

SetTargetScale() public method

public SetTargetScale ( float ts ) : void
ts float
return void

SetTargetX() public method

public SetTargetX ( float tx ) : void
tx float
return void

SetTargetY() public method

public SetTargetY ( float ty ) : void
ty float
return void

SetTargetZ() public method

public SetTargetZ ( float tz ) : void
tz float
return void

SetTransitionSpeed() public method

public SetTransitionSpeed ( float ts ) : void
ts float
return void