Class TCollidableShapeNode

Unit

Declaration

type TCollidableShapeNode = class(TAbstractNBodyCollidableNode)

Description

No description available, ancestor TAbstractNBodyCollidableNode description follows
No description available, ancestor TAbstractChildNode description follows

Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.

Hierarchy

Overview

Methods

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

Properties

Public property FdShape: TSFNode read FFdShape;
Public property Shape: TShapeNode read GetShape write SetShape;

Description

Methods

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

Properties

Public property FdShape: TSFNode read FFdShape;

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

Public property Shape: TShapeNode read GetShape write SetShape;
 

Generated by PasDoc 0.16.0.