C# Class TriggerChooser

Inheritance: MonoBehaviour
Mostrar archivo Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Public Properties

Property Type Description
selectedObject GameObject

Public Methods

Method Description
ActivateInteractive ( ) : void

Private Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

ActivateInteractive() public method

public ActivateInteractive ( ) : void
return void

Property Details

selectedObject public_oe property

public GameObject selectedObject
return GameObject