ILightSource_DG Interface
Properties
    - PointDg Location
 
    - LightSourceType_DG Type
 
    - LightPositioningType_DG PositioningType
 
 
Methods
- GetLocation
 
- SetLocation
 
- GetColor
 
- SetColor
 
- GetColor
 
- SetColor
 
 
 
	void GetLocation(float x, float y, float z) 
 
	void SetLocation(float dX, float dY, float dZ) 
This call is ignored if PositioningType is LightPositioningType_DG.Automatic 
 
	Color GetColor(LightComponent_DG component) 
 
	void SetColor(LightComponent_DG component, Color color) 
 
	void GetColor(LightComponent_DG component, float red, float green, float blue) 
 
	void SetColor(LightComponent_DG component, float fRed, float green, float fBlue) 
 
                 |