Class TLayer3DNode
Unit
X3DNodes
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
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; 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 FdBackground: TSFNode read FFdBackground; |
|
 |
property FdFog: TSFNode read FFdFog; |
|
 |
property FdNavigationInfo: TSFNode read FFdNavigationInfo; |
|
 |
property FdViewpoint: TSFNode read FFdViewpoint; |
|
Generated by PasDoc 0.15.0.
|