Click or drag to resize

BubbleButton Class

A bubble button UI element.
Inheritance Hierarchy

Namespace:  RavingBots.MagicGestures.UI.Elements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class BubbleButton : UiElement

The BubbleButton type exposes the following members.

Constructors
  NameDescription
Public methodBubbleButton
Initializes a new instance of the BubbleButton class
Top
Methods
Fields
  NameDescription
Private field_audioSource
The audio source of the element.
Private field_scale
The current scale of the element.
Private field_started
after Start has been called.
Public fieldHoverScale
The target scale when the button is pointed at.
Protected fieldHoverSound
The sound that plays when the button is pointed at.
Public fieldPressScale
The target scale when the button is pressed.
Protected fieldPressSound
The sound that plays when the button is pressed.
Top
See Also