Class TLayer3DNode
Unit
Declaration
type TLayer3DNode = class(TGroupNode)
Description
No description available, ancestor TGroupNode description follows
Contains children nodes without introducing a new transformation. It is equivalent to a TTransformNode containing an identity transform.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractGroupingNode
- TAbstractX3DGroupingNode
- TGroupNode
- TLayer3DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property EventAddChildrenLayer: TMFNodeEvent read FEventAddChildrenLayer; |
![]() |
property EventRemoveChildrenLayer: TMFNodeEvent read FEventRemoveChildrenLayer; |
![]() |
property FdChildrenLayer: TMFNode read FFdChildrenLayer; |
![]() |
property FdTranslation: TSFVec2f read FFdTranslation; |
![]() |
property FdDepth: TSFInt32 read FFdDepth; |
![]() |
property FdSize: TSFVec2f read FFdSize; |
![]() |
property FdBackground: TSFNode read FFdBackground; |
![]() |
property FdFog: TSFNode read FFdFog; |
![]() |
property FdNavigationInfo: TSFNode read FFdNavigationInfo; |
![]() |
property FdViewpoint: TSFNode read FFdViewpoint; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property EventAddChildrenLayer: TMFNodeEvent read FEventAddChildrenLayer; |
![]() |
property EventRemoveChildrenLayer: TMFNodeEvent read FEventRemoveChildrenLayer; |
![]() |
property FdChildrenLayer: TMFNode read FFdChildrenLayer; |
![]() |
property FdTranslation: TSFVec2f read FFdTranslation; |
![]() |
property FdDepth: TSFInt32 read FFdDepth; |
![]() |
property FdSize: TSFVec2f read FFdSize; |
![]() |
property FdBackground: TSFNode read FFdBackground; |
![]() |
property FdFog: TSFNode read FFdFog; |
![]() |
property FdNavigationInfo: TSFNode read FFdNavigationInfo; |
![]() |
property FdViewpoint: TSFNode read FFdViewpoint; |
Generated by PasDoc 0.16.0.
