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

Inheritance: ITraitInfo, ISelectionDecorationsInfo
Afficher le fichier Open project: cjshmyr/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
RenderSelectionBox bool
SelectionBoxColor System.Drawing.Color

Méthodes publiques

Méthode Description
Create ( ActorInitializer init ) : object

Method Details

Create() public méthode

public Create ( ActorInitializer init ) : object
init ActorInitializer
Résultat object

Property Details

RenderSelectionBox public_oe property

public bool RenderSelectionBox
Résultat bool

SelectionBoxColor public_oe property

public Color,System.Drawing SelectionBoxColor
Résultat System.Drawing.Color