Class FloatingActionButton
A floating action button.
Inheritance
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class FloatingActionButton : ExVisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IPressable
Constructors
Name | Description |
---|---|
FloatingActionButton() | Default constructor. |
FloatingActionButton(Action) | Default constructor. |
Fields
Name | Description |
---|---|
sizeUssClassName | The Floating Action Button's size USS class name. |
ussClassName | The Floating Action Button's USS class name. |
Properties
Name | Description |
---|---|
clickable | The clickable manipulator used by this button. |
contentContainer | The content container of this element. |
elevation | The elevation of this element. |
size | The size of this element. |
Events
Name | Description |
---|---|
clicked | Event fired when the button is clicked. |