Class TAbstractLayerNode
Unit
X3DNodes
Declaration
type TAbstractLayerNode = class(TAbstractNode)
Description
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdIsPickable: TSFBool read FFdIsPickable; |
Internal wrapper for property IsPickable. This wrapper API may change, we advise to access simpler IsPickable instead.
|
|
property IsPickable: Boolean read GetIsPickable write SetIsPickable; |
|
|
property FdViewport: TSFNode read FFdViewport; |
Internal wrapper for property Viewport. This wrapper API may change, we advise to access simpler Viewport instead.
|
Generated by PasDoc 0.16.0.