Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

CDXUTLineManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DirectXUT.pas line 1987

type CDXUTLineManager = class

protected

  m_LinesList: array of PLineNode;

  

  m_pd3dDevice: IDirect3DDevice9;

  

  m_pD3DXLine: ID3DXLine;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function OnCreatedDevice();

  

  function OnResetDevice;

  

  function OnRender;

  

  function OnLostDevice;

  

  function OnDeletedDevice;

  

  function AddLine();

  

  function AddRect();

  

  function RemoveLine();

  

  function RemoveAllLines;

  

end;

Inheritance

CDXUTLineManager

  

|

TObject



CT Web help

CodeTyphon Studio