www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_3DI_Library v1.90 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: admin@bcb-tools.com.
|
|