Class TPickableGroupNode
Unit
X3DNodes
Declaration
type TPickableGroupNode = class(TAbstractGroupingNode)
Description
No description available, ancestor TAbstractGroupingNode description follows
Base node that contains children nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
procedure SetObjectType(const Value: array of string); overload; |
|
Properties
 |
property FdObjectType: TMFString read FFdObjectType; |
Internal wrapper for property ObjectType . This wrapper API may change, we advise to access simpler ObjectType instead.
|
 |
property FdPickable: TSFBool read FFdPickable; |
Internal wrapper for property Pickable. This wrapper API may change, we advise to access simpler Pickable instead.
|
 |
property Pickable: Boolean read GetPickable write SetPickable; |
|
Generated by PasDoc 0.16.0.