Copyright © 2003-2024 MultiMedia Soft

SpotlightOffsetX property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i000048

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.