Class TSoundNode
Unit
X3DNodes
Declaration
type TSoundNode = class(TAbstractSoundNode)
Description
3D sound emitter.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
|
 |
destructor Destroy; override; |
|
|
 |
procedure CreateNode; override; |
|
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
|
Properties
 |
property FdDirection: TSFVec3f read FFdDirection; |
|
Internal wrapper for property Direction. This wrapper API may change, we advise to access simpler Direction instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Direction: TVector3 read GetDirection write SetDirection; |
|
|
 |
property FdIntensity: TSFFloat read FFdIntensity; |
|
Internal wrapper for property Intensity. This wrapper API may change, we advise to access simpler Intensity instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Intensity: Single read GetIntensity write SetIntensity; |
|
|
 |
property FdLocation: TSFVec3f read FFdLocation; |
|
Internal wrapper for property Location. This wrapper API may change, we advise to access simpler Location instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Location: TVector3 read GetLocation write SetLocation; |
|
|
 |
property FdMaxBack: TSFFloat read FFdMaxBack; |
|
Internal wrapper for property MaxBack. This wrapper API may change, we advise to access simpler MaxBack instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property MaxBack: Single read GetMaxBack write SetMaxBack; |
|
|
 |
property FdMaxFront: TSFFloat read FFdMaxFront; |
|
Internal wrapper for property MaxFront. This wrapper API may change, we advise to access simpler MaxFront instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property MaxFront: Single read GetMaxFront write SetMaxFront; |
|
|
 |
property FdMinBack: TSFFloat read FFdMinBack; |
|
Internal wrapper for property MinBack. This wrapper API may change, we advise to access simpler MinBack instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property MinBack: Single read GetMinBack write SetMinBack; |
|
|
 |
property FdMinFront: TSFFloat read FFdMinFront; |
|
Internal wrapper for property MinFront. This wrapper API may change, we advise to access simpler MinFront instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property MinFront: Single read GetMinFront write SetMinFront; |
|
|
 |
property FdPriority: TSFFloat read FFdPriority; |
|
Internal wrapper for property Priority. This wrapper API may change, we advise to access simpler Priority instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Priority: Single read GetPriority write SetPriority; |
|
|
 |
property FdSource: TSFNode read FFdSource; |
|
Internal wrapper for property Source. This wrapper API may change, we advise to access simpler Source instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Source: TX3DNode read GetSource write SetSource; |
|
|
 |
property FdSpatialize: TSFBool read FFdSpatialize; |
|
Internal wrapper for property Spatialize. This wrapper API may change, we advise to access simpler Spatialize instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Spatialize: Boolean read GetSpatialize write SetSpatialize; |
|
|
Generated by PasDoc 0.16.0.