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

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

Public Properties

Property Type Description
Ambient float
Blue float
Green float
Red float

Public Methods

Method Description
Create ( ActorInitializer init ) : object

Method Details

Create() public method

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

Property Details

Ambient public property

public float Ambient
return float

Blue public property

public float Blue
return float

Green public property

public float Green
return float

Red public property

public float Red
return float