Triggered Button
Generates outgoing event when a user clicking the button.
Properties:
color
provides the method to choose the color of the Triggered Button
object in the scene from the palette.
enabled
indicates whether the Triggered Button is activated or not in the scene
whenever you load the scene with the VRML browser. If False, the button doesn't generate outgoing events.
transparency
defines the degree of transparency of the Triggered button
object (a sphere) in the range from 0% (clear surface) to 100% (completely opaque surface).
Events:
color
the incoming event of the SFColor type specifies the color of the Triggered Button object in the scene. Repeats an incoming event as an outgoing one.
enabled
the Triggered Button is activated or not in the scene when the incoming event is TRUE or FALSE. Repeats an incoming event as an outgoing one.
off
generates event to turn something off.
on
generates event to turn something on.
toggle
generates Boolean value that is either TRUE or FALSE.
transparency
the incoming event of the SFFloat type specifies the degree of transparency
of the Triggered button object (a sphere). Repeats an incoming event as an outgoing one.