Class TAbstractLayerNode

Unit

Declaration

type TAbstractLayerNode = class(TAbstractNode)

Description

No description available, ancestor TAbstractNode description follows

Base X3D node that can have some metadata.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdIsPickable: TSFBool read FFdIsPickable;
Public property IsPickable: Boolean read GetIsPickable write SetIsPickable;
Public property FdViewport: TSFNode read FFdViewport;
Public property Viewport: TAbstractViewportNode read GetViewport write SetViewport;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdIsPickable: TSFBool read FFdIsPickable;

Internal wrapper for property IsPickable. This wrapper API may change, we advise to access simpler IsPickable instead.

Public property IsPickable: Boolean read GetIsPickable write SetIsPickable;
 
Public property FdViewport: TSFNode read FFdViewport;

Internal wrapper for property Viewport. This wrapper API may change, we advise to access simpler Viewport instead.

Public property Viewport: TAbstractViewportNode read GetViewport write SetViewport;
 

Generated by PasDoc 0.16.0.