C# Class HoloToolkit.Examples.InteractiveElements.ElementSelectedActiveWidget

A widget the activates/deactivates a child or other assigned element
Inheritance: HoloToolkit.Examples.InteractiveElements.InteractiveWidget
Exibir arquivo Open project: Awesome-Technologies/Rviz2AR

Public Properties

Property Type Description
TargetObject GameObject

Public Methods

Method Description
SetState ( Interactive.ButtonStateEnum state ) : void

On the selected state, activate this game object

Method Details

SetState() public method

On the selected state, activate this game object
public SetState ( Interactive.ButtonStateEnum state ) : void
state Interactive.ButtonStateEnum
return void

Property Details

TargetObject public_oe property

public GameObject TargetObject
return GameObject