ILighting_DG Interface
- GetLightSourceCount
- SetLightSourceCount
- GetLightSource
- RemoveLightSource
- Add
- RemoveAll
int GetLightSourceCount()
void SetLightSourceCount(int count)
ILightSource_DG GetLightSource(int index)
void RemoveLightSource(int index)
ILightSource_DG Add()
void RemoveAll()
|