C# Class VRItemSpawner

Inheritance: MonoBehaviour
Afficher le fichier Open project: adamhleslie/MorningRitual-GlobalGameJam2016

Méthodes publiques

Свойство Type Description
attachmentPoint string
objectToSpawn GameObject
requireTriggerPress bool

Méthodes publiques

Méthode Description
HandHoverUpdate ( VRHand, hand ) : void
OnHandHoverBegin ( VRHand, hand ) : void
OnHandHoverEnd ( VRHand, hand ) : void

Private Methods

Méthode Description
SpawnAndAttachObject ( VRHand, hand ) : void

Method Details

HandHoverUpdate() public méthode

public HandHoverUpdate ( VRHand, hand ) : void
hand VRHand,
Résultat void

OnHandHoverBegin() public méthode

public OnHandHoverBegin ( VRHand, hand ) : void
hand VRHand,
Résultat void

OnHandHoverEnd() public méthode

public OnHandHoverEnd ( VRHand, hand ) : void
hand VRHand,
Résultat void

Property Details

attachmentPoint public_oe property

public string attachmentPoint
Résultat string

objectToSpawn public_oe property

public GameObject objectToSpawn
Résultat GameObject

requireTriggerPress public_oe property

public bool requireTriggerPress
Résultat bool