C# Class Terraria.Lighting.LightingState

Mostrar archivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
b float
b2 float
g float
g2 float
honeyLight bool
r float
r2 float
stopLight bool
wetLight bool

Public Methods

Method Description
ToVector3 ( ) : Vector3

Method Details

ToVector3() public method

public ToVector3 ( ) : Vector3
return Vector3

Property Details

b public_oe property

public float b
return float

b2 public_oe property

public float b2
return float

g public_oe property

public float g
return float

g2 public_oe property

public float g2
return float

honeyLight public_oe property

public bool honeyLight
return bool

r public_oe property

public float r
return float

r2 public_oe property

public float r2
return float

stopLight public_oe property

public bool stopLight
return bool

wetLight public_oe property

public bool wetLight
return bool