Class TLayer2DNode
Unit
X3DNodes
Declaration
type TLayer2DNode = 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 FdTranslation: TSFVec2f read FFdTranslation; |
|
 |
property FdBackground: TSFNode read FFdBackground; |
|
 |
property FdViewport: TSFNode read FFdViewport; |
|
Generated by PasDoc 0.15.0.
|