C# Class FocusHighlight, MixedRealityWeather-FY

Inheritance: MonoBehaviour, IMixedRealityFocusHandler
显示文件 Open project: rwth-acis/MixedRealityWeather-FY

Public Properties

Property Type Description
backgroundRenderer Renderer,
focusColor Color,

Public Methods

Method Description
OnFocusEnter ( FocusEventData eventData ) : void
OnFocusExit ( FocusEventData eventData ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

OnFocusEnter() public method

public OnFocusEnter ( FocusEventData eventData ) : void
eventData FocusEventData
return void

OnFocusExit() public method

public OnFocusExit ( FocusEventData eventData ) : void
eventData FocusEventData
return void

Property Details

backgroundRenderer public_oe property

public Renderer, backgroundRenderer
return Renderer,

focusColor public_oe property

public Color, focusColor
return Color,