Unit 'nxGLExtra' Package
[Overview][Types][Classes][Index] [#pl_nxpascal]

TQuadTexture

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

Declaration

Source position: nxGLExtra.pas line 97

type TQuadTexture = class

  Width: Word;

  

  Height: Word;

  

  textureI: array [0..3] of Integer;

  

  addX: Boolean;

  

  addY: Boolean;

  

public

  UseTDX: Boolean;

  

  property Texture []: PTexture; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Draw();

  

  procedure DrawRotated();

  

  procedure DrawScaled();

  

  procedure FreeTextures;

  

  procedure LoadTexture();

  

end;

Inheritance

TQuadTexture

  

|

TObject



CT Web help

CodeTyphon Studio