Unit 'LabColladaParser' Package
[Overview][Types][Classes][Index] [#pl_vulkanlab]

TLabColladaDataArray

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

Declaration

Source position: LabColladaParser.pas line 110

type TLabColladaDataArray = class(TLabColladaObject)

public

  property ArrayType: TLabColladaArrayType; [r]

  

  property Count: TVkInt32; [r]

  

  property ItemSize: TVkInt32; [r]

  

  property AsBool []: PBoolean; [r]

  

  property AsInt []: PVkInt32; [r]

  

  property AsFloat []: PVkFloat; [r]

  

  property AsString []: DOMString; [r]

  

  property RawData []: Pointer; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

  class function NodeNameToArrayType();

  

  class function TypeNameToArrayType();

  

  class function IsDataArrayNode();

  

end;

Inheritance

TLabColladaDataArray

  

|

TLabColladaObject

  

|

TObject



CT Web help

CodeTyphon Studio