C# Class VRInputModule, psmove-unity5

Inheritance: BaseInputModule
ファイルを表示 Open project: HipsterSloth/psmove-unity5 Class Usage Examples

Public Properties

Property Type Description
ScrollSpeedMultiplier float

Public Methods

Method Description
IsModuleSupported ( ) : bool
Process ( ) : void
ToString ( ) : string

Private Methods

Method Description
ClearSelection ( ) : void
GetLookPointerEventData ( ) : PointerEventData
Select ( GameObject go ) : void
SendUpdateEventToSelectedObject ( ) : bool

Method Details

IsModuleSupported() public method

public IsModuleSupported ( ) : bool
return bool

Process() public method

public Process ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

ScrollSpeedMultiplier public_oe property

public float ScrollSpeedMultiplier
return float