Interface IMyTerminalControlButton
This is a control button. When a button is clicked an action is performed.
Inherited Members
Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common.dll
Syntax
public interface IMyTerminalControlButton : IMyTerminalControl, IMyTerminalControlTitleTooltip
Properties
Action
The action taken when a button is clicked
Declaration
Action<IMyTerminalBlock> Action { get; set; }
Property Value
Type | Description |
---|---|
System.Action<IMyTerminalBlock> |