Unit 'nxDX' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_nxpascal]

TTextureSet

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

Declaration

Source position: nxDX.pas line 19

type TTextureSet = class

  texture: array of TTexture;

  

  count: Integer;

  

  TextureQuality: Integer;

  

  Options: TTextureLoadOptions;

  

  TransparentColor: TRGBTriple;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function AddTexture();

  

  procedure Clear;

  

  procedure Disable;

  

  procedure Enable;

  

  function IndexOf();

  

  procedure RemoveTexture();

  

  procedure ReloadTexture();

  

  procedure SetTex();

  

end;

Inheritance

TTextureSet

  

|

TObject



CT Web help

CodeTyphon Studio