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

TSpineSkeletonData

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

Declaration

Source position: zglSpine.pas line 272

type TSpineSkeletonData = class(TSpineObject)

public

  Bones: array of TSpineBoneData;

  

  Slots: array of TSpineSlotData;

  

  Skins: array of TSpineSkin;

  

  Animations: array of TSpineAnimation;

  

  DefaultSkin: TSpineSkin;

  

  AttachmentResolver: TSpineAttachmentResolver;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure AddBone();

  

  function FindBone();

  

  function FindBoneIndex();

  

  procedure AddSlot();

  

  function FindSlot();

  

  function FindSlotIndex();

  

  procedure AddSkin();

  

  function FindSkin();

  

  procedure AddAnimation();

  

  function FindAnimation();

  

end;

Inheritance

TSpineSkeletonData

  

|

TSpineObject

  

|

TObject



CT Web help

CodeTyphon Studio