C# Class exp3.ButtonPress

Inheritance: Interactable
Datei anzeigen 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_oe property

public GameObject,UnityEngine connectedObject
return UnityEngine.GameObject

connectedSendMessage public_oe property

public string connectedSendMessage
return string

finalPosition public_oe property

public Vector3,UnityEngine finalPosition
return UnityEngine.Vector3

pressSpeed public_oe property

public float pressSpeed
return float

pressable public_oe property

public bool pressable
return bool

returnSpeed public_oe property

public float returnSpeed
return float

returnToOrigPos public_oe property

public bool returnToOrigPos
return bool