C# 클래스 exp3.ButtonPress

상속: Interactable
파일 보기 프로젝트 열기: nyu-vr-research/vive-holojam

공개 프로퍼티들

프로퍼티 타입 설명
connectedObject UnityEngine.GameObject
connectedSendMessage string
finalPosition UnityEngine.Vector3
pressSpeed float
pressable bool
returnSpeed float
returnToOrigPos bool

공개 메소드들

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

메소드 상세

ButtonPressed() 공개 메소드

public ButtonPressed ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

connectedObject 공개적으로 프로퍼티

public GameObject,UnityEngine connectedObject
리턴 UnityEngine.GameObject

connectedSendMessage 공개적으로 프로퍼티

public string connectedSendMessage
리턴 string

finalPosition 공개적으로 프로퍼티

public Vector3,UnityEngine finalPosition
리턴 UnityEngine.Vector3

pressSpeed 공개적으로 프로퍼티

public float pressSpeed
리턴 float

pressable 공개적으로 프로퍼티

public bool pressable
리턴 bool

returnSpeed 공개적으로 프로퍼티

public float returnSpeed
리턴 float

returnToOrigPos 공개적으로 프로퍼티

public bool returnToOrigPos
리턴 bool