C# Class GazeConfigure, Lucid-VR

Inheritance: MonoBehaviour
Exibir arquivo Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
blinkObject GameObject
centerAnchor GameObject
cursorDistance int
enableBlinkSystem bool
enableGazeSystem bool
gazeObject GameObject
interactDistance int
interactTag string

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

blinkObject public_oe property

public GameObject blinkObject
return GameObject

centerAnchor public_oe property

public GameObject centerAnchor
return GameObject

cursorDistance public_oe property

public int cursorDistance
return int

enableBlinkSystem public_oe property

public bool enableBlinkSystem
return bool

enableGazeSystem public_oe property

public bool enableGazeSystem
return bool

gazeObject public_oe property

public GameObject gazeObject
return GameObject

interactDistance public_oe property

public int interactDistance
return int

interactTag public_oe property

public string interactTag
return string