Class TLayer2DNode

Unit

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

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdTranslation: TSFVec2f read FFdTranslation;
Public property FdSize: TSFVec2f read FFdSize;
Public property FdBackground: TSFNode read FFdBackground;
Public property FdViewport: TSFNode read FFdViewport;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdTranslation: TSFVec2f read FFdTranslation;
 
Public property FdSize: TSFVec2f read FFdSize;
 
Public property FdBackground: TSFNode read FFdBackground;
 
Public property FdViewport: TSFNode read FFdViewport;
 

Generated by PasDoc 0.15.0.