Class TSoundNode
Unit
X3DNodes
Declaration
type TSoundNode = class(TAbstractSoundNode)
Description
3D sound emitter.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdDirection: TSFVec3f read FFdDirection; |
|
 |
property FdIntensity: TSFFloat read FFdIntensity; |
|
 |
property FdLocation: TSFVec3f read FFdLocation; |
|
 |
property FdMaxBack: TSFFloat read FFdMaxBack; |
|
 |
property FdMaxFront: TSFFloat read FFdMaxFront; |
|
 |
property FdMinBack: TSFFloat read FFdMinBack; |
|
 |
property FdMinFront: TSFFloat read FFdMinFront; |
|
 |
property FdPriority: TSFFloat read FFdPriority; |
|
 |
property FdSource: TSFNode read FFdSource; |
|
 |
property FdSpatialize: TSFBool read FFdSpatialize; |
|
 |
property Direction: TVector3 read GetDirection write SetDirection; |
|
 |
property Intensity: Single read GetIntensity write SetIntensity; |
|
 |
property Location: TVector3 read GetLocation write SetLocation; |
|
 |
property MaxBack: Single read GetMaxBack write SetMaxBack; |
|
 |
property MaxFront: Single read GetMaxFront write SetMaxFront; |
|
 |
property MinBack: Single read GetMinBack write SetMinBack; |
|
 |
property MinFront: Single read GetMinFront write SetMinFront; |
|
 |
property Priority: Single read GetPriority write SetPriority; |
|
 |
property Spatialize: boolean read GetSpatialize write SetSpatialize; |
|
Generated by PasDoc 0.15.0.
|