Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SpotlightOffsetX property 
 
Type
[Visual Basic] 
Public Property SpotlightOffsetX As Short 
 
[C#] 
public short SpotlightOffsetX {get; set;} 
 
[C++] 
public: __property short get_SpotlightOffsetX(); 
public: __property void set_SpotlightOffsetX(short);
 
 
Remarks
Horizontal offset applied to the spotlight.  
 
It's value can be ranged from -100 to 100: by default the value is set to 0. 
For further information about surface lighting, see the How to manage surface lighting section. 
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index