C# 클래스 VRTK.Examples.UseRotate

상속: VRTK_InteractableObject
파일 보기 프로젝트 열기: nrebei2/Portals-VR

공개 메소드들

메소드 설명
StartUsing ( VRTK_InteractUse currentUsingObject = null ) : void
StopUsing ( VRTK_InteractUse previousUsingObject = null, bool resetUsingObjectState = true ) : void

보호된 메소드들

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

메소드 상세

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

StartUsing() 공개 메소드

public StartUsing ( VRTK_InteractUse currentUsingObject = null ) : void
currentUsingObject VRTK_InteractUse
리턴 void

StopUsing() 공개 메소드

public StopUsing ( VRTK_InteractUse previousUsingObject = null, bool resetUsingObjectState = true ) : void
previousUsingObject VRTK_InteractUse
resetUsingObjectState bool
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void