C# Class YesNo, RiftGesture

Inheritance: MonoBehaviour
显示文件 Open project: KatsuomiK/RiftGesture Class Usage Examples

Public Properties

Property Type Description
messagePrefab Transform

Public Methods

Method Description
SpawnMessage ( string text ) : void
TriggerNo ( ) : void
TriggerYes ( ) : void

Method Details

SpawnMessage() public method

public SpawnMessage ( string text ) : void
text string
return void

TriggerNo() public method

public TriggerNo ( ) : void
return void

TriggerYes() public method

public TriggerYes ( ) : void
return void

Property Details

messagePrefab public_oe property

public Transform messagePrefab
return Transform