Struct ButtonData
public struct ButtonData
- Inherited Members
- Extension Methods
Properties
Action
public Action Action { readonly get; set; }
Property Value
Text
public string Text { readonly get; set; }
public struct ButtonData
public Action Action { readonly get; set; }
public string Text { readonly get; set; }