C# Class OpenRA.Mods.Common.Widgets.Logic.ObserverShroudSelectorLogic.CameraOption

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Color Color
Faction string
IsSelected Func
Label string
OnClick System.Action
Player Player

Public Methods

Method Description
CameraOption ( ObserverShroudSelectorLogic logic, Player p ) : System
CameraOption ( ObserverShroudSelectorLogic logic, World w, string label, Player p ) : System

Method Details

CameraOption() public method

public CameraOption ( ObserverShroudSelectorLogic logic, Player p ) : System
logic ObserverShroudSelectorLogic
p Player
return System

CameraOption() public method

public CameraOption ( ObserverShroudSelectorLogic logic, World w, string label, Player p ) : System
logic ObserverShroudSelectorLogic
w World
label string
p Player
return System

Property Details

Color public property

public Color Color
return Color

Faction public property

public string Faction
return string

IsSelected public property

public Func IsSelected
return Func

Label public property

public string Label
return string

OnClick public property

public Action,System OnClick
return System.Action

Player public property

public Player Player
return Player