C# Class ALFA.Shared.LightResource

Inheritance: IListBoxItem
Datei anzeigen Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
DisplayName string
LightIntensity float
LightRange float
Name string
ResourceName string
ShadowIntensity float
Tag string
TemplateResRef string

Public Methods

Method Description
CompareTo ( IListBoxItem other ) : int
CompareTo ( LightResource other ) : int
ConfigureDisplayName ( ) : void
LightResource ( ) : System

Method Details

CompareTo() public method

public CompareTo ( IListBoxItem other ) : int
other IListBoxItem
return int

CompareTo() public method

public CompareTo ( LightResource other ) : int
other LightResource
return int

ConfigureDisplayName() public method

public ConfigureDisplayName ( ) : void
return void

LightResource() public method

public LightResource ( ) : System
return System

Property Details

DisplayName public_oe property

public string DisplayName
return string

LightIntensity public_oe property

public float LightIntensity
return float

LightRange public_oe property

public float LightRange
return float

Name public_oe property

public string Name
return string

ResourceName public_oe property

public string ResourceName
return string

ShadowIntensity public_oe property

public float ShadowIntensity
return float

Tag public_oe property

public string Tag
return string

TemplateResRef public_oe property

public string TemplateResRef
return string