C# Class GazeButtonEvent, VRToolbox

Inheritance: MonoBehaviour
ファイルを表示 Open project: shakhruz/VRToolbox

Public Properties

Property Type Description
eventName string
progressImage Image
targetObject GameObject
timeToClick float

Public Methods

Method Description
OnPointerEnter ( ) : void
OnPointerExit ( ) : void
Test ( ) : void
Update ( ) : void

Method Details

OnPointerEnter() public method

public OnPointerEnter ( ) : void
return void

OnPointerExit() public method

public OnPointerExit ( ) : void
return void

Test() public method

public Test ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

eventName public_oe property

public string eventName
return string

progressImage public_oe property

public Image progressImage
return Image

targetObject public_oe property

public GameObject targetObject
return GameObject

timeToClick public_oe property

public float timeToClick
return float