C# Class ImageCanvasController

Inheritance: MonoBehaviour
Afficher le fichier Open project: cronkite-asu/VRoggingTemplate

Méthodes publiques

Méthode 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

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

DoToggleIsExamined() public méthode

public DoToggleIsExamined ( ) : void
Résultat void

GetIsExamined() public méthode

public GetIsExamined ( ) : bool
Résultat bool

SetOriginScale() public méthode

public SetOriginScale ( float os ) : void
os float
Résultat void

SetTargetScale() public méthode

public SetTargetScale ( float ts ) : void
ts float
Résultat void

SetTargetX() public méthode

public SetTargetX ( float tx ) : void
tx float
Résultat void

SetTargetY() public méthode

public SetTargetY ( float ty ) : void
ty float
Résultat void

SetTargetZ() public méthode

public SetTargetZ ( float tz ) : void
tz float
Résultat void

SetTransitionSpeed() public méthode

public SetTransitionSpeed ( float ts ) : void
ts float
Résultat void