Class TAbstractNBodyCollidableNode

Unit

Declaration

type TAbstractNBodyCollidableNode = class(TAbstractChildNode, IAbstractBoundedObject)

Description

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 TAbstractX3DGroupingNode.FdChildren.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
Public property FdRotation: TSFRotation read FFdRotation;
Public property FdTranslation: TSFVec3f read FFdTranslation;
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
Public property FdBboxSize: TSFVec3f read FFdBboxSize;
Public property Enabled: boolean read GetEnabled write SetEnabled;
Public property Rotation: TVector4 read GetRotation write SetRotation;
Public property Translation: TVector3 read GetTranslation write SetTranslation;
Public property BboxCenter: TVector3 read GetBboxCenter write SetBboxCenter;
Public property BboxSize: TVector3 read GetBboxSize write SetBboxSize;

Description

Methods

Public procedure CreateNode; override;
 

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
 
Public property FdRotation: TSFRotation read FFdRotation;
 
Public property FdTranslation: TSFVec3f read FFdTranslation;
 
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
 
Public property FdBboxSize: TSFVec3f read FFdBboxSize;
 
Public property Enabled: boolean read GetEnabled write SetEnabled;
 
Public property Rotation: TVector4 read GetRotation write SetRotation;
 
Public property Translation: TVector3 read GetTranslation write SetTranslation;
 
Public property BboxCenter: TVector3 read GetBboxCenter write SetBboxCenter;
 
Public property BboxSize: TVector3 read GetBboxSize write SetBboxSize;
 

Generated by PasDoc 0.15.0.