Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DDevice::GetLightEnable() ]
[ next: GetMaterial() ]
[ prev: GetLight() ]
public:
virtual bool __fastcall GetLightEnable( dword pLightIndex, bool* pEnable );
TDX_3DDEVICE::GETLIGHTENABLE()
[ component method ]
- Description
The
TDx_3DDevice::GetLightEnable()
method
will
determine
if
a
given
lighting
property
set
is
enabled
or
disabled
for
this
device.
- Parameters
LightIndex
The LightIndex parameter defines the 0 based index of the lighting property set whose status is to be queried.
Enable
The Enable parameter will reference the current status of the specified lighting properties if this method returns successfully.
A value of zero means disabled, a non zero value means enabled.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|