C# Class exp3.ButtonPress

Inheritance: Interactable
Show file Open project: nyu-vr-research/vive-holojam

Public Properties

Property Type Description
connectedObject UnityEngine.GameObject
connectedSendMessage string
finalPosition UnityEngine.Vector3
pressSpeed float
pressable bool
returnSpeed float
returnToOrigPos bool

Public Methods

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

Method Details

ButtonPressed() public method

public ButtonPressed ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

connectedObject public property

public GameObject,UnityEngine connectedObject
return UnityEngine.GameObject

connectedSendMessage public property

public string connectedSendMessage
return string

finalPosition public property

public Vector3,UnityEngine finalPosition
return UnityEngine.Vector3

pressSpeed public property

public float pressSpeed
return float

pressable public property

public bool pressable
return bool

returnSpeed public property

public float returnSpeed
return float

returnToOrigPos public property

public bool returnToOrigPos
return bool