Description | Hierarchy | Fields | Methods | Properties |
type TMD3QuaternionTagList = class(TWrapper)
Holds a associative list of named quaternions.
![]() |
constructor Create(NRef: Pointer); overload; |
![]() |
constructor Create; overload; |
![]() |
destructor Destroy; override; |
![]() |
function GetTag(const Name: AnsiString): TMD3QuaternionTag; overload; inline; |
![]() |
function GetTag(Index: LongWord): TMD3QuaternionTag; overload; inline; |
![]() |
procedure Add(Tag: TMD3QuaternionTag); inline; |
![]() |
procedure SetUsed(NewSize: LongWord); inline; |
![]() |
property Count: LongWord read GetSize; |
![]() |
constructor Create(NRef: Pointer); overload; |
Constructor. Only used internally. |
![]() |
constructor Create; overload; |
Creates an empty tag list. |
![]() |
destructor Destroy; override; |
Undocumented. |
![]() |
function GetTag(const Name: AnsiString): TMD3QuaternionTag; overload; inline; |
Undocumented. |
![]() |
function GetTag(Index: LongWord): TMD3QuaternionTag; overload; inline; |
Undocumented. |
![]() |
procedure Add(Tag: TMD3QuaternionTag); inline; |
Undocumented. |
![]() |
procedure SetUsed(NewSize: LongWord); inline; |
Undocumented. |
![]() |
property Count: LongWord read GetSize; |
Undocumented. |