Class TEspduTransformNode

Unit

Declaration

type TEspduTransformNode = class(TAbstractGroupingNode)

Description

This item has no description. Showing description inherited from TAbstractGroupingNode.

Base node that contains children nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetArticulationParameterDesignatorArray(const Value: array of Int32); overload;
Public procedure SetArticulationParameterDesignatorArray(const Value: TInt32List); overload;
Public procedure SetArticulationParameterChangeIndicatorArray(const Value: array of Int32); overload;
Public procedure SetArticulationParameterChangeIndicatorArray(const Value: TInt32List); overload;
Public procedure SetArticulationParameterIdPartAttachedToArray(const Value: array of Int32); overload;
Public procedure SetArticulationParameterIdPartAttachedToArray(const Value: TInt32List); overload;
Public procedure SetArticulationParameterTypeArray(const Value: array of Int32); overload;
Public procedure SetArticulationParameterTypeArray(const Value: TInt32List); overload;
Public procedure SetArticulationParameterArray(const Value: array of Single); overload;
Public procedure SetArticulationParameterArray(const Value: TSingleList); overload;

Properties

Public property EventSet_articulationParameterValue0: TSFFloatEvent read FEventSet_articulationParameterValue0;
Public property EventSet_articulationParameterValue1: TSFFloatEvent read FEventSet_articulationParameterValue1;
Public property EventSet_articulationParameterValue2: TSFFloatEvent read FEventSet_articulationParameterValue2;
Public property EventSet_articulationParameterValue3: TSFFloatEvent read FEventSet_articulationParameterValue3;
Public property EventSet_articulationParameterValue4: TSFFloatEvent read FEventSet_articulationParameterValue4;
Public property EventSet_articulationParameterValue5: TSFFloatEvent read FEventSet_articulationParameterValue5;
Public property EventSet_articulationParameterValue6: TSFFloatEvent read FEventSet_articulationParameterValue6;
Public property EventSet_articulationParameterValue7: TSFFloatEvent read FEventSet_articulationParameterValue7;
Public property FdAddress: TSFString read FFdAddress;
Public property Address: String read GetAddress write SetAddress;
Public property FdApplicationID: TSFInt32 read FFdApplicationID;
Public property ApplicationID: Integer read GetApplicationID write SetApplicationID;
Public property FdArticulationParameterCount: TSFInt32 read FFdArticulationParameterCount;
Public property ArticulationParameterCount: Integer read GetArticulationParameterCount write SetArticulationParameterCount;
Public property FdArticulationParameterDesignatorArray: TMFInt32 read FFdArticulationParameterDesignatorArray;
Public property FdArticulationParameterChangeIndicatorArray: TMFInt32 read FFdArticulationParameterChangeIndicatorArray;
Public property FdArticulationParameterIdPartAttachedToArray: TMFInt32 read FFdArticulationParameterIdPartAttachedToArray;
Public property FdArticulationParameterTypeArray: TMFInt32 read FFdArticulationParameterTypeArray;
Public property FdArticulationParameterArray: TMFFloat read FFdArticulationParameterArray;
Public property FdCenter: TSFVec3f read FFdCenter;
Public property Center: TVector3 read GetCenter write SetCenter;
Public property FdCollisionType: TSFInt32 read FFdCollisionType;
Public property CollisionType: Integer read GetCollisionType write SetCollisionType;
Public property FdDeadReckoning: TSFInt32 read FFdDeadReckoning;
Public property DeadReckoning: Integer read GetDeadReckoning write SetDeadReckoning;
Public property FdDetonationLocation: TSFVec3f read FFdDetonationLocation;
Public property DetonationLocation: TVector3 read GetDetonationLocation write SetDetonationLocation;
Public property FdDetonationRelativeLocation: TSFVec3f read FFdDetonationRelativeLocation;
Public property DetonationRelativeLocation: TVector3 read GetDetonationRelativeLocation write SetDetonationRelativeLocation;
Public property FdDetonationResult: TSFInt32 read FFdDetonationResult;
Public property DetonationResult: Integer read GetDetonationResult write SetDetonationResult;
Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property FdEntityCategory: TSFInt32 read FFdEntityCategory;
Public property EntityCategory: Integer read GetEntityCategory write SetEntityCategory;
Public property FdEntityCountry: TSFInt32 read FFdEntityCountry;
Public property EntityCountry: Integer read GetEntityCountry write SetEntityCountry;
Public property FdEntityDomain: TSFInt32 read FFdEntityDomain;
Public property EntityDomain: Integer read GetEntityDomain write SetEntityDomain;
Public property FdEntityExtra: TSFInt32 read FFdEntityExtra;
Public property EntityExtra: Integer read GetEntityExtra write SetEntityExtra;
Public property FdEntityID: TSFInt32 read FFdEntityID;
Public property EntityID: Integer read GetEntityID write SetEntityID;
Public property FdEntityKind: TSFInt32 read FFdEntityKind;
Public property EntityKind: Integer read GetEntityKind write SetEntityKind;
Public property FdEntitySpecific: TSFInt32 read FFdEntitySpecific;
Public property EntitySpecific: Integer read GetEntitySpecific write SetEntitySpecific;
Public property FdEntitySubCategory: TSFInt32 read FFdEntitySubCategory;
Public property EntitySubCategory: Integer read GetEntitySubCategory write SetEntitySubCategory;
Public property FdEventApplicationID: TSFInt32 read FFdEventApplicationID;
Public property EventApplicationID: Integer read GetEventApplicationID write SetEventApplicationID;
Public property FdEventEntityID: TSFInt32 read FFdEventEntityID;
Public property EventEntityID: Integer read GetEventEntityID write SetEventEntityID;
Public property FdEventNumber: TSFInt32 read FFdEventNumber;
Public property EventNumber: Integer read GetEventNumber write SetEventNumber;
Public property FdEventSiteID: TSFInt32 read FFdEventSiteID;
Public property EventSiteID: Integer read GetEventSiteID write SetEventSiteID;
Public property FdFired1: TSFBool read FFdFired1;
Public property Fired1: Boolean read GetFired1 write SetFired1;
Public property FdFired2: TSFBool read FFdFired2;
Public property Fired2: Boolean read GetFired2 write SetFired2;
Public property FdFireMissionIndex: TSFInt32 read FFdFireMissionIndex;
Public property FireMissionIndex: Integer read GetFireMissionIndex write SetFireMissionIndex;
Public property FdFiringRange: TSFFloat read FFdFiringRange;
Public property FiringRange: Single read GetFiringRange write SetFiringRange;
Public property FdFiringRate: TSFInt32 read FFdFiringRate;
Public property FiringRate: Integer read GetFiringRate write SetFiringRate;
Public property FdForceID: TSFInt32 read FFdForceID;
Public property ForceID: Integer read GetForceID write SetForceID;
Public property FdFuse: TSFInt32 read FFdFuse;
Public property Fuse: Integer read GetFuse write SetFuse;
Public property FdLinearVelocity: TSFVec3f read FFdLinearVelocity;
Public property LinearVelocity: TVector3 read GetLinearVelocity write SetLinearVelocity;
Public property FdLinearAcceleration: TSFVec3f read FFdLinearAcceleration;
Public property LinearAcceleration: TVector3 read GetLinearAcceleration write SetLinearAcceleration;
Public property FdMarking: TSFString read FFdMarking;
Public property Marking: String read GetMarking write SetMarking;
Public property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost;
Public property MulticastRelayHost: String read GetMulticastRelayHost write SetMulticastRelayHost;
Public property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort;
Public property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort;
Public property FdMunitionApplicationID: TSFInt32 read FFdMunitionApplicationID;
Public property MunitionApplicationID: Integer read GetMunitionApplicationID write SetMunitionApplicationID;
Public property FdMunitionEndPoint: TSFVec3f read FFdMunitionEndPoint;
Public property MunitionEndPoint: TVector3 read GetMunitionEndPoint write SetMunitionEndPoint;
Public property FdMunitionEntityID: TSFInt32 read FFdMunitionEntityID;
Public property MunitionEntityID: Integer read GetMunitionEntityID write SetMunitionEntityID;
Public property FdMunitionQuantity: TSFInt32 read FFdMunitionQuantity;
Public property MunitionQuantity: Integer read GetMunitionQuantity write SetMunitionQuantity;
Public property FdMunitionSiteID: TSFInt32 read FFdMunitionSiteID;
Public property MunitionSiteID: Integer read GetMunitionSiteID write SetMunitionSiteID;
Public property FdMunitionStartPoint: TSFVec3f read FFdMunitionStartPoint;
Public property MunitionStartPoint: TVector3 read GetMunitionStartPoint write SetMunitionStartPoint;
Public property FdNetworkMode: TSFStringEnum read FFdNetworkMode;
Public property NetworkMode: TDISNetworkMode read GetNetworkMode write SetNetworkMode;
Public property FdPort: TSFInt32 read FFdPort;
Public property Port: Integer read GetPort write SetPort;
Public property FdReadInterval: TSFTime read FFdReadInterval;
Public property ReadInterval: TFloatTime read GetReadInterval write SetReadInterval;
Public property FdRotation: TSFRotation read FFdRotation;
Public property Rotation: TVector4 read GetRotation write SetRotation;
Public property FdScale: TSFVec3f read FFdScale;
Public property Scale: TVector3 read GetScale write SetScale;
Public property FdScaleOrientation: TSFRotation read FFdScaleOrientation;
Public property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation;
Public property FdSiteID: TSFInt32 read FFdSiteID;
Public property SiteID: Integer read GetSiteID write SetSiteID;
Public property FdTranslation: TSFVec3f read FFdTranslation;
Public property Translation: TVector3 read GetTranslation write SetTranslation;
Public property FdWarhead: TSFInt32 read FFdWarhead;
Public property Warhead: Integer read GetWarhead write SetWarhead;
Public property FdWriteInterval: TSFTime read FFdWriteInterval;
Public property WriteInterval: TFloatTime read GetWriteInterval write SetWriteInterval;
Public property EventArticulationParameterValue0_changed: TSFFloatEvent read FEventArticulationParameterValue0_changed;
Public property EventArticulationParameterValue1_changed: TSFFloatEvent read FEventArticulationParameterValue1_changed;
Public property EventArticulationParameterValue2_changed: TSFFloatEvent read FEventArticulationParameterValue2_changed;
Public property EventArticulationParameterValue3_changed: TSFFloatEvent read FEventArticulationParameterValue3_changed;
Public property EventArticulationParameterValue4_changed: TSFFloatEvent read FEventArticulationParameterValue4_changed;
Public property EventArticulationParameterValue5_changed: TSFFloatEvent read FEventArticulationParameterValue5_changed;
Public property EventArticulationParameterValue6_changed: TSFFloatEvent read FEventArticulationParameterValue6_changed;
Public property EventArticulationParameterValue7_changed: TSFFloatEvent read FEventArticulationParameterValue7_changed;
Public property EventCollideTime: TSFTimeEvent read FEventCollideTime;
Public property EventDetonateTime: TSFTimeEvent read FEventDetonateTime;
Public property EventFiredTime: TSFTimeEvent read FEventFiredTime;
Public property EventIsActive: TSFBoolEvent read FEventIsActive;
Public property EventIsCollided: TSFBoolEvent read FEventIsCollided;
Public property EventIsDetonated: TSFBoolEvent read FEventIsDetonated;
Public property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader;
Public property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter;
Public property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard;
Public property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone;
Public property EventTimestamp: TSFTimeEvent read FEventTimestamp;
Public property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected;
Public property RtpHeaderExpected: Boolean read GetRtpHeaderExpected write SetRtpHeaderExpected;

Description

Methods

Public procedure CreateNode; override;

This item has no description. Showing description inherited from TAbstractChildNode.CreateNode.

Automatically generated node properties.

Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal

Public class function ClassX3DType: string; override;

This item has no description. Showing description inherited from TX3DNode.ClassX3DType.

Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value.

Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there.

You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance.

Public procedure SetArticulationParameterDesignatorArray(const Value: array of Int32); overload;

This item has no description.

Public procedure SetArticulationParameterDesignatorArray(const Value: TInt32List); overload;

This item has no description.

Public procedure SetArticulationParameterChangeIndicatorArray(const Value: array of Int32); overload;

This item has no description.

Public procedure SetArticulationParameterChangeIndicatorArray(const Value: TInt32List); overload;

This item has no description.

Public procedure SetArticulationParameterIdPartAttachedToArray(const Value: array of Int32); overload;

This item has no description.

Public procedure SetArticulationParameterIdPartAttachedToArray(const Value: TInt32List); overload;

This item has no description.

Public procedure SetArticulationParameterTypeArray(const Value: array of Int32); overload;

This item has no description.

Public procedure SetArticulationParameterTypeArray(const Value: TInt32List); overload;

This item has no description.

Public procedure SetArticulationParameterArray(const Value: array of Single); overload;

This item has no description.

Public procedure SetArticulationParameterArray(const Value: TSingleList); overload;

This item has no description.

Properties

Public property EventSet_articulationParameterValue0: TSFFloatEvent read FEventSet_articulationParameterValue0;

This item has no description.

Public property EventSet_articulationParameterValue1: TSFFloatEvent read FEventSet_articulationParameterValue1;

This item has no description.

Public property EventSet_articulationParameterValue2: TSFFloatEvent read FEventSet_articulationParameterValue2;

This item has no description.

Public property EventSet_articulationParameterValue3: TSFFloatEvent read FEventSet_articulationParameterValue3;

This item has no description.

Public property EventSet_articulationParameterValue4: TSFFloatEvent read FEventSet_articulationParameterValue4;

This item has no description.

Public property EventSet_articulationParameterValue5: TSFFloatEvent read FEventSet_articulationParameterValue5;

This item has no description.

Public property EventSet_articulationParameterValue6: TSFFloatEvent read FEventSet_articulationParameterValue6;

This item has no description.

Public property EventSet_articulationParameterValue7: TSFFloatEvent read FEventSet_articulationParameterValue7;

This item has no description.

Public property FdAddress: TSFString read FFdAddress;

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

Public property Address: String read GetAddress write SetAddress;

This item has no description.

Public property FdApplicationID: TSFInt32 read FFdApplicationID;

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

Public property ApplicationID: Integer read GetApplicationID write SetApplicationID;

This item has no description.

Public property FdArticulationParameterCount: TSFInt32 read FFdArticulationParameterCount;

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

Public property ArticulationParameterCount: Integer read GetArticulationParameterCount write SetArticulationParameterCount;

This item has no description.

Public property FdArticulationParameterDesignatorArray: TMFInt32 read FFdArticulationParameterDesignatorArray;

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

Public property FdArticulationParameterChangeIndicatorArray: TMFInt32 read FFdArticulationParameterChangeIndicatorArray;

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

Public property FdArticulationParameterIdPartAttachedToArray: TMFInt32 read FFdArticulationParameterIdPartAttachedToArray;

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

Public property FdArticulationParameterTypeArray: TMFInt32 read FFdArticulationParameterTypeArray;

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

Public property FdArticulationParameterArray: TMFFloat read FFdArticulationParameterArray;

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

Public property FdCenter: TSFVec3f read FFdCenter;

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

Public property Center: TVector3 read GetCenter write SetCenter;

This item has no description.

Public property FdCollisionType: TSFInt32 read FFdCollisionType;

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

Public property CollisionType: Integer read GetCollisionType write SetCollisionType;

This item has no description.

Public property FdDeadReckoning: TSFInt32 read FFdDeadReckoning;

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

Public property DeadReckoning: Integer read GetDeadReckoning write SetDeadReckoning;

This item has no description.

Public property FdDetonationLocation: TSFVec3f read FFdDetonationLocation;

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

Public property DetonationLocation: TVector3 read GetDetonationLocation write SetDetonationLocation;

This item has no description.

Public property FdDetonationRelativeLocation: TSFVec3f read FFdDetonationRelativeLocation;

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

Public property DetonationRelativeLocation: TVector3 read GetDetonationRelativeLocation write SetDetonationRelativeLocation;

This item has no description.

Public property FdDetonationResult: TSFInt32 read FFdDetonationResult;

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

Public property DetonationResult: Integer read GetDetonationResult write SetDetonationResult;

This item has no description.

Public property FdEnabled: TSFBool read FFdEnabled;

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

Public property Enabled: Boolean read GetEnabled write SetEnabled;

This item has no description.

Public property FdEntityCategory: TSFInt32 read FFdEntityCategory;

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

Public property EntityCategory: Integer read GetEntityCategory write SetEntityCategory;

This item has no description.

Public property FdEntityCountry: TSFInt32 read FFdEntityCountry;

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

Public property EntityCountry: Integer read GetEntityCountry write SetEntityCountry;

This item has no description.

Public property FdEntityDomain: TSFInt32 read FFdEntityDomain;

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

Public property EntityDomain: Integer read GetEntityDomain write SetEntityDomain;

This item has no description.

Public property FdEntityExtra: TSFInt32 read FFdEntityExtra;

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

Public property EntityExtra: Integer read GetEntityExtra write SetEntityExtra;

This item has no description.

Public property FdEntityID: TSFInt32 read FFdEntityID;

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

Public property EntityID: Integer read GetEntityID write SetEntityID;

This item has no description.

Public property FdEntityKind: TSFInt32 read FFdEntityKind;

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

Public property EntityKind: Integer read GetEntityKind write SetEntityKind;

This item has no description.

Public property FdEntitySpecific: TSFInt32 read FFdEntitySpecific;

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

Public property EntitySpecific: Integer read GetEntitySpecific write SetEntitySpecific;

This item has no description.

Public property FdEntitySubCategory: TSFInt32 read FFdEntitySubCategory;

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

Public property EntitySubCategory: Integer read GetEntitySubCategory write SetEntitySubCategory;

This item has no description.

Public property FdEventApplicationID: TSFInt32 read FFdEventApplicationID;

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

Public property EventApplicationID: Integer read GetEventApplicationID write SetEventApplicationID;

This item has no description.

Public property FdEventEntityID: TSFInt32 read FFdEventEntityID;

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

Public property EventEntityID: Integer read GetEventEntityID write SetEventEntityID;

This item has no description.

Public property FdEventNumber: TSFInt32 read FFdEventNumber;

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

Public property EventNumber: Integer read GetEventNumber write SetEventNumber;

This item has no description.

Public property FdEventSiteID: TSFInt32 read FFdEventSiteID;

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

Public property EventSiteID: Integer read GetEventSiteID write SetEventSiteID;

This item has no description.

Public property FdFired1: TSFBool read FFdFired1;

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

Public property Fired1: Boolean read GetFired1 write SetFired1;

This item has no description.

Public property FdFired2: TSFBool read FFdFired2;

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

Public property Fired2: Boolean read GetFired2 write SetFired2;

This item has no description.

Public property FdFireMissionIndex: TSFInt32 read FFdFireMissionIndex;

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

Public property FireMissionIndex: Integer read GetFireMissionIndex write SetFireMissionIndex;

This item has no description.

Public property FdFiringRange: TSFFloat read FFdFiringRange;

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

Public property FiringRange: Single read GetFiringRange write SetFiringRange;

This item has no description.

Public property FdFiringRate: TSFInt32 read FFdFiringRate;

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

Public property FiringRate: Integer read GetFiringRate write SetFiringRate;

This item has no description.

Public property FdForceID: TSFInt32 read FFdForceID;

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

Public property ForceID: Integer read GetForceID write SetForceID;

This item has no description.

Public property FdFuse: TSFInt32 read FFdFuse;

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

Public property Fuse: Integer read GetFuse write SetFuse;

This item has no description.

Public property FdLinearVelocity: TSFVec3f read FFdLinearVelocity;

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

Public property LinearVelocity: TVector3 read GetLinearVelocity write SetLinearVelocity;

This item has no description.

Public property FdLinearAcceleration: TSFVec3f read FFdLinearAcceleration;

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

Public property LinearAcceleration: TVector3 read GetLinearAcceleration write SetLinearAcceleration;

This item has no description.

Public property FdMarking: TSFString read FFdMarking;

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

Public property Marking: String read GetMarking write SetMarking;

This item has no description.

Public property FdMulticastRelayHost: TSFString read FFdMulticastRelayHost;

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

Public property MulticastRelayHost: String read GetMulticastRelayHost write SetMulticastRelayHost;

This item has no description.

Public property FdMulticastRelayPort: TSFInt32 read FFdMulticastRelayPort;

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

Public property MulticastRelayPort: Integer read GetMulticastRelayPort write SetMulticastRelayPort;

This item has no description.

Public property FdMunitionApplicationID: TSFInt32 read FFdMunitionApplicationID;

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

Public property MunitionApplicationID: Integer read GetMunitionApplicationID write SetMunitionApplicationID;

This item has no description.

Public property FdMunitionEndPoint: TSFVec3f read FFdMunitionEndPoint;

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

Public property MunitionEndPoint: TVector3 read GetMunitionEndPoint write SetMunitionEndPoint;

This item has no description.

Public property FdMunitionEntityID: TSFInt32 read FFdMunitionEntityID;

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

Public property MunitionEntityID: Integer read GetMunitionEntityID write SetMunitionEntityID;

This item has no description.

Public property FdMunitionQuantity: TSFInt32 read FFdMunitionQuantity;

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

Public property MunitionQuantity: Integer read GetMunitionQuantity write SetMunitionQuantity;

This item has no description.

Public property FdMunitionSiteID: TSFInt32 read FFdMunitionSiteID;

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

Public property MunitionSiteID: Integer read GetMunitionSiteID write SetMunitionSiteID;

This item has no description.

Public property FdMunitionStartPoint: TSFVec3f read FFdMunitionStartPoint;

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

Public property MunitionStartPoint: TVector3 read GetMunitionStartPoint write SetMunitionStartPoint;

This item has no description.

Public property FdNetworkMode: TSFStringEnum read FFdNetworkMode;

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

Public property NetworkMode: TDISNetworkMode read GetNetworkMode write SetNetworkMode;

This item has no description.

Public property FdPort: TSFInt32 read FFdPort;

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

Public property Port: Integer read GetPort write SetPort;

This item has no description.

Public property FdReadInterval: TSFTime read FFdReadInterval;

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

Public property ReadInterval: TFloatTime read GetReadInterval write SetReadInterval;

This item has no description.

Public property FdRotation: TSFRotation read FFdRotation;

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

Public property Rotation: TVector4 read GetRotation write SetRotation;

This item has no description.

Public property FdScale: TSFVec3f read FFdScale;

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

Public property Scale: TVector3 read GetScale write SetScale;

This item has no description.

Public property FdScaleOrientation: TSFRotation read FFdScaleOrientation;

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

Public property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation;

This item has no description.

Public property FdSiteID: TSFInt32 read FFdSiteID;

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

Public property SiteID: Integer read GetSiteID write SetSiteID;

This item has no description.

Public property FdTranslation: TSFVec3f read FFdTranslation;

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

Public property Translation: TVector3 read GetTranslation write SetTranslation;

This item has no description.

Public property FdWarhead: TSFInt32 read FFdWarhead;

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

Public property Warhead: Integer read GetWarhead write SetWarhead;

This item has no description.

Public property FdWriteInterval: TSFTime read FFdWriteInterval;

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

Public property WriteInterval: TFloatTime read GetWriteInterval write SetWriteInterval;

This item has no description.

Public property EventArticulationParameterValue0_changed: TSFFloatEvent read FEventArticulationParameterValue0_changed;

This item has no description.

Public property EventArticulationParameterValue1_changed: TSFFloatEvent read FEventArticulationParameterValue1_changed;

This item has no description.

Public property EventArticulationParameterValue2_changed: TSFFloatEvent read FEventArticulationParameterValue2_changed;

This item has no description.

Public property EventArticulationParameterValue3_changed: TSFFloatEvent read FEventArticulationParameterValue3_changed;

This item has no description.

Public property EventArticulationParameterValue4_changed: TSFFloatEvent read FEventArticulationParameterValue4_changed;

This item has no description.

Public property EventArticulationParameterValue5_changed: TSFFloatEvent read FEventArticulationParameterValue5_changed;

This item has no description.

Public property EventArticulationParameterValue6_changed: TSFFloatEvent read FEventArticulationParameterValue6_changed;

This item has no description.

Public property EventArticulationParameterValue7_changed: TSFFloatEvent read FEventArticulationParameterValue7_changed;

This item has no description.

Public property EventCollideTime: TSFTimeEvent read FEventCollideTime;

This item has no description.

Public property EventDetonateTime: TSFTimeEvent read FEventDetonateTime;

This item has no description.

Public property EventFiredTime: TSFTimeEvent read FEventFiredTime;

This item has no description.

Public property EventIsActive: TSFBoolEvent read FEventIsActive;

This item has no description.

Public property EventIsCollided: TSFBoolEvent read FEventIsCollided;

This item has no description.

Public property EventIsDetonated: TSFBoolEvent read FEventIsDetonated;

This item has no description.

Public property EventIsNetworkReader: TSFBoolEvent read FEventIsNetworkReader;

This item has no description.

Public property EventIsNetworkWriter: TSFBoolEvent read FEventIsNetworkWriter;

This item has no description.

Public property EventIsRtpHeaderHeard: TSFBoolEvent read FEventIsRtpHeaderHeard;

This item has no description.

Public property EventIsStandAlone: TSFBoolEvent read FEventIsStandAlone;

This item has no description.

Public property EventTimestamp: TSFTimeEvent read FEventTimestamp;

This item has no description.

Public property FdRtpHeaderExpected: TSFBool read FFdRtpHeaderExpected;

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

Public property RtpHeaderExpected: Boolean read GetRtpHeaderExpected write SetRtpHeaderExpected;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.