Class TLayerSetNode
Unit
X3DNodes
Declaration
type TLayerSetNode = class(TAbstractNode)
Description
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Almost all X3D nodes inherit from this, with the only exception being the X3DMetadataObject (expressed only as an interface in Pascal, IAbstractMetadataNode). This means that you cannot have metadata inside a metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetOrder(const Value: array of LongInt); |
|
Properties
 |
property FdActiveLayer: TSFInt32 read FFdActiveLayer; |
|
 |
property FdLayers: TMFNode read FFdLayers; |
|
 |
property FdOrder: TMFInt32 read FFdOrder; |
|
 |
property ActiveLayer: Integer read GetActiveLayer write SetActiveLayer; |
|
Generated by PasDoc 0.15.0.
|