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

TLabColladaAccessor

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

Declaration

Source position: LabColladaParser.pas line 138

type TLabColladaAccessor = class(TLabColladaObject)

public

type

  TParam = record

  

  Name: DOMString;

  

  ParamType: TLabColladaArrayType;

  

end;

  TParamArr = array [0..High(Word)] of TParam;

  

  PParamArr = ^TParamArr;

  

protected

  procedure ResolveLinks; override;

  

public

  property Source: TLabColladaDataArray; [r]

  

  property Count: TVkInt32; [r]

  

  property Stride: TVkInt32; [r]

  

  property Params: PParamArr; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TLabColladaAccessor

  

|

TLabColladaObject

  

|

TObject



CT Web help

CodeTyphon Studio