C# Class OpenRA.Traits.PaletteReferenceAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Свойство Type Description
IsPlayerPalette bool
PlayerPaletteReferenceSwitch string

Méthodes publiques

Méthode Description
PaletteReferenceAttribute ( bool isPlayerPalette = false ) : System
PaletteReferenceAttribute ( string playerPaletteReferenceSwitch ) : System

Method Details

PaletteReferenceAttribute() public méthode

public PaletteReferenceAttribute ( bool isPlayerPalette = false ) : System
isPlayerPalette bool
Résultat System

PaletteReferenceAttribute() public méthode

public PaletteReferenceAttribute ( string playerPaletteReferenceSwitch ) : System
playerPaletteReferenceSwitch string
Résultat System

Property Details

IsPlayerPalette public_oe property

public bool IsPlayerPalette
Résultat bool

PlayerPaletteReferenceSwitch public_oe property

public string PlayerPaletteReferenceSwitch
Résultat string