Class AppBarButton
public class AppBarButton : MonoBehaviour
- Inheritance
-
AppBarButton
- Extension Methods
Constructors
AppBarButton()
public AppBarButton()
Fields
ButtonImage
public Image ButtonImage
Field Value
- Image
Properties
AppKey
public string AppKey { get; }
Property Value
InteractibleKey
public string InteractibleKey { get; set; }
Property Value
ValueKey
public string ValueKey { get; set; }
Property Value
Methods
Initialize(AppBarButton_Data, IDataContextReadonly)
public void Initialize(AppBarButton_Data newButton, IDataContextReadonly context)
Parameters
newButtonAppBarButton_DatacontextIDataContextReadonly