AudioFilter
Hierarchy
- BaseObject
- AudioFilter
Index
Constructors
Properties
Accessors
Methods
- addAutowahEffect
- addBqfEffect
- addChorusEffect
- addCompressor2Effect
- addDampEffect
- addDistortionEffect
- addEcho4Effect
- addFreeverbEffect
- addPeakeqEffect
- addPhaserEffect
- addPitchshiftEffect
- addRotateEffect
- addVolumeEffect
- deleteMeta
- destroy
- getMeta
- getMetaDataKeys
- getSyncedMeta
- getSyncedMetaKeys
- hasMeta
- hasSyncedMeta
- removeEffect
- setMeta
- getByID
- getByRemoteID
Constructors
constructor
Properties
publicreadonlyhash
publicreadonlyid
publicreadonlyisRemote
publicreadonlyrefCount
Returns the ref count of the entity.
publicreadonlyremoteID
The serverside id of this entity.
publicreadonlytype
Type of the object.
publicreadonlyvalid
Object usability.
Accessors
publicaudioCategory
Methods
publicaddAutowahEffect
publicaddBqfEffect
publicaddChorusEffect
publicaddCompressor2Effect
publicaddDampEffect
publicaddDistortionEffect
publicaddEcho4Effect
publicaddFreeverbEffect
publicaddPeakeqEffect
publicaddPhaserEffect
publicaddPitchshiftEffect
publicaddRotateEffect
publicaddVolumeEffect
publicdeleteMeta
publicdestroy
Removes the object from the world.
publicgetMeta
Type parameters
- K: string
publicgetMetaDataKeys
publicgetSyncedMeta
Gets a value using the specified key.
Type parameters
- K: string
publicgetSyncedMetaKeys
publichasMeta
publichasSyncedMeta
Determines whether contains the specified key.
publicremoveEffect
publicsetMeta
Type parameters
- K: string
publicstaticgetByID
Gets the base object with the given type and local id
Whether this entity was created clientside or serverside. (Clientside = false, Serverside = true).