C# Class OpenRA.Mods.Common.Traits.Render.SelectionDecorationsInfo

Inheritance: ITraitInfo, ISelectionDecorationsInfo
Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
Image string
RenderSelectionBox bool
SelectionBoxColor System.Drawing.Color

Public Methods

Method Description
Create ( ActorInitializer init ) : object

Method Details

Create() public method

public Create ( ActorInitializer init ) : object
init ActorInitializer
return object

Property Details

Image public property

public string Image
return string

RenderSelectionBox public property

public bool RenderSelectionBox
return bool

SelectionBoxColor public property

public Color,System.Drawing SelectionBoxColor
return System.Drawing.Color