Unit 'BCTileMap' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_bgracontrols]

TTileSet

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

Declaration

Source position: bctilemap.pas line 109

type TTileSet = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure LoadFromINIFile();

  

  procedure SaveToINIFile();

  

published

  property FirstGID: NativeInt; [rw]

  

  property Source: string; [rw]

  

  property Name: string; [rw]

  

  property TileWidth: NativeInt; [rw]

  

  property TileHeight: NativeInt; [rw]

  

  property TileCount: NativeInt; [rw]

  

  property Spacing: NativeInt; [rw]

  

  property Margin: NativeInt; [rw]

  

end;

Inheritance

TTileSet

  

|

TObject



CT Web help

CodeTyphon Studio