Unit 'zglSpine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_zengl]

TSpineRegionAttachment

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

Declaration

Source position: zglSpine.pas line 392

type TSpineRegionAttachment = class(TSpineAttachment)

public

  Region: TSpineTextureRegion;

  

  x: Single;

  

  y: Single;

  

  ScaleX: Single;

  

  ScaleY: Single;

  

  Rotation: Single;

  

  Width: Single;

  

  Height: Single;

  

  Vertices: array [0..31] of Single;

  

  Offset: array [0..7] of Single;

  

  constructor Create(); override;

  

  procedure UpdateOffset; override;

  

  procedure SetRegion();

  

  procedure Draw(); override;

  

  procedure UpdateWorldVertices();

  

end;

Inheritance

TSpineRegionAttachment

  

|

TSpineAttachment

  

|

TSpineObject

  

|

TObject



CT Web help

CodeTyphon Studio