Interface IPressable
Interface for pressable elements.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public interface IPressable
Properties
clickable
The Pressable element.
Declaration
Pressable clickable { get; }
Property Value
Type | Description |
---|---|
Pressable |