Unit 'PasVulkan.FileFormats.FBX' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_pasvulkan]

TpvFBXScene

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

Declaration

Source position: PasVulkan.FileFormats.FBX.pas line 1014

type TpvFBXScene = class(TpvFBXObject)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Header: TpvFBXHeader; [r]

  

  property SceneInfo: TpvFBXSceneInfo; [r]

  

  property AllObjects: TpvFBXObjectNameMap; [r]

  

  property Cameras: TpvFBXCameraList; [r]

  

  property Lights: TpvFBXLightList; [r]

  

  property Meshes: TpvFBXMeshList; [r]

  

  property Skeletons: TpvFBXSkeletonList; [r]

  

  property Materials: TpvFBXMaterialList; [r]

  

  property AnimationStackList: TpvFBXAnimationStackList; [r]

  

  property Deformers: TpvFBXDeformerList; [r]

  

  property Textures: TpvFBXTextureList; [r]

  

  property Poses: TpvFBXPoseList; [r]

  

  property Videos: TpvFBXVideoList; [r]

  

  property Takes: TpvFBXTakeList; [r]

  

  property CurrentTake: TpvFBXTake; [r]

  

  property RootNodes: TpvFBXObjectList; [r]

  

end;

Inheritance

TpvFBXScene

  

|

TpvFBXObject

  

|

TpvFBXBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio