Class TCollisionSensorNode

Unit

Declaration

type TCollisionSensorNode = class(TAbstractSensorNode)

Description

No description available, ancestor TAbstractSensorNode description follows

Base abstract class for most (but not all) sensors. We may introduce TSensorFunctionality in the future if it will be necessary, to express X3DSensorNode exactly.

Hierarchy

Overview

Methods

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

Properties

Public property FdCollider: TSFNode read FFdCollider;
Public property Collider: TCollisionCollectionNode read GetCollider write SetCollider;
Public property EventIntersections: TMFNodeEvent read FEventIntersections;
Public property EventContacts: TMFNodeEvent read FEventContacts;

Description

Methods

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

Properties

Public property FdCollider: TSFNode read FFdCollider;

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

Public property Collider: TCollisionCollectionNode read GetCollider write SetCollider;
 
Public property EventIntersections: TMFNodeEvent read FEventIntersections;
 
Public property EventContacts: TMFNodeEvent read FEventContacts;
 

Generated by PasDoc 0.16.0.