Microsoft SDK for Java

IDirect3dLight Interface

This is an interface of the com.ms.directx package.

public interface IDirect3dLight extends IUnknown
{
  // Methods
  public void getLight(D3dLightDesc light);
  public void setLight(D3dLightDesc light);
}

For a description of methods and parameters, see Direct3dLight

Hierarchy

IUnknown 
  |
  +--IDirect3dLight

© 1999 Microsoft Corporation. All rights reserved. Terms of use.