C# Class GazeConfigure, Lucid-VR

Inheritance: MonoBehaviour
Afficher le fichier Open project: UCSDVR/Lucid-VR

Méthodes publiques

Свойство Type Description
blinkObject GameObject
centerAnchor GameObject
cursorDistance int
enableBlinkSystem bool
enableGazeSystem bool
gazeObject GameObject
interactDistance int
interactTag string

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

blinkObject public_oe property

public GameObject blinkObject
Résultat GameObject

centerAnchor public_oe property

public GameObject centerAnchor
Résultat GameObject

cursorDistance public_oe property

public int cursorDistance
Résultat int

enableBlinkSystem public_oe property

public bool enableBlinkSystem
Résultat bool

enableGazeSystem public_oe property

public bool enableGazeSystem
Résultat bool

gazeObject public_oe property

public GameObject gazeObject
Résultat GameObject

interactDistance public_oe property

public int interactDistance
Résultat int

interactTag public_oe property

public string interactTag
Résultat string