Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.DirectionalLight Class Referencesealed

Public Member Functions

 DirectionalLight (EffectParameter directionParameter, EffectParameter diffuseColorParameter, EffectParameter specularColorParameter, DirectionalLight cloneSource)
 

Properties

bool Enabled [get, set]
 
Vector3 Direction [get, set]
 
Vector3 DiffuseColor [get, set]
 
Vector3 SpecularColor [get, set]
 

Private Attributes

EffectParameter directionParam
 
EffectParameter diffuseColorParam
 
EffectParameter specularColorParam
 
bool enabled
 
Vector3 cachedDirection
 
Vector3 cachedDiffuseColor
 
Vector3 cachedSpecularColor
 

Detailed Description

Definition at line 3 of file DirectionalLight.cs.


The documentation for this class was generated from the following file: