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

Exibir arquivo 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_oe property

public Color Color
return Color

Faction public_oe property

public string Faction
return string

IsSelected public_oe property

public Func IsSelected
return Func

Label public_oe property

public string Label
return string

OnClick public_oe property

public Action,System OnClick
return System.Action

Player public_oe property

public Player Player
return Player