Class TSoundNodeHelper
Unit
X3DNodes
Declaration
type TSoundNodeHelper = class helper(TObject) for TSoundNode
Description
Hierarchy
Overview
Properties
 |
property Direction: TVector3Single read GetDirection write SetDirection; |
 |
property Intensity: Single read GetIntensity write SetIntensity; |
 |
property Location: TVector3Single 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; |
Description
Properties
 |
property Direction: TVector3Single read GetDirection write SetDirection; |
|
 |
property Intensity: Single read GetIntensity write SetIntensity; |
|
 |
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.14.0.
|