Class TPickableGroupNode

Unit

Declaration

type TPickableGroupNode = class(TAbstractGroupingNode)

Description

No description available, ancestor TAbstractGroupingNode description follows

Base node that contains children nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetObjectType(const Value: array of string); overload;
Public procedure SetObjectType(const Value: TCastleStringList); overload;

Properties

Public property FdObjectType: TMFString read FFdObjectType;
Public property FdPickable: TSFBool read FFdPickable;
Public property Pickable: Boolean read GetPickable write SetPickable;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetObjectType(const Value: array of string); overload;
 
Public procedure SetObjectType(const Value: TCastleStringList); overload;
 

Properties

Public property FdObjectType: TMFString read FFdObjectType;

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

Public property FdPickable: TSFBool read FFdPickable;

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

Public property Pickable: Boolean read GetPickable write SetPickable;
 

Generated by PasDoc 0.16.0.