C# Class YesNoListener, RiftGesture

Inheritance: MonoBehaviour
Mostra file Open project: KatsuomiK/RiftGesture

Public Properties

Property Type Description
noLabel string
yesLabel string

Public Methods

Method Description
TriggerNo ( ) : void
TriggerYes ( ) : void

Method Details

TriggerNo() public method

public TriggerNo ( ) : void
return void

TriggerYes() public method

public TriggerYes ( ) : void
return void

Property Details

noLabel public_oe property

public string noLabel
return string

yesLabel public_oe property

public string yesLabel
return string