C# 클래스 ImageCanvasController

상속: MonoBehaviour
파일 보기 프로젝트 열기: cronkite-asu/VRoggingTemplate

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

DoToggleIsExamined() 공개 메소드

public DoToggleIsExamined ( ) : void
리턴 void

GetIsExamined() 공개 메소드

public GetIsExamined ( ) : bool
리턴 bool

SetOriginScale() 공개 메소드

public SetOriginScale ( float os ) : void
os float
리턴 void

SetTargetScale() 공개 메소드

public SetTargetScale ( float ts ) : void
ts float
리턴 void

SetTargetX() 공개 메소드

public SetTargetX ( float tx ) : void
tx float
리턴 void

SetTargetY() 공개 메소드

public SetTargetY ( float ty ) : void
ty float
리턴 void

SetTargetZ() 공개 메소드

public SetTargetZ ( float tz ) : void
tz float
리턴 void

SetTransitionSpeed() 공개 메소드

public SetTransitionSpeed ( float ts ) : void
ts float
리턴 void