C# Class ALFA.Shared.LightResource

Inheritance: IListBoxItem
Show file 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 property

public string DisplayName
return string

LightIntensity public property

public float LightIntensity
return float

LightRange public property

public float LightRange
return float

Name public property

public string Name
return string

ResourceName public property

public string ResourceName
return string

ShadowIntensity public property

public float ShadowIntensity
return float

Tag public property

public string Tag
return string

TemplateResRef public property

public string TemplateResRef
return string