AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Serializable | inlinevirtual |
attenuation_ | Urho3D::SoundSource | protected |
audio_ | Urho3D::SoundSource | protected |
autoRemove_ | Urho3D::SoundSource | protected |
autoRemoveTimer_ | Urho3D::SoundSource | protected |
CalculateAttenuation() | Urho3D::SoundSource3D | |
CleanupConnection(Connection *connection) | Urho3D::Component | |
Component(Context *context) | Urho3D::Component | |
context_ | Urho3D::Object | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::Component | inlinevirtual |
farDistance_ | Urho3D::SoundSource3D | protected |
frequency_ | Urho3D::SoundSource | protected |
gain_ | Urho3D::SoundSource | protected |
GetAttenuation() const | Urho3D::SoundSource | inline |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetAutoRemove() const | Urho3D::SoundSource | inline |
GetComponent(ShortStringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetComponents(PODVector< Component * > &dest, ShortStringHash type) const | Urho3D::Component | |
GetComponents(PODVector< T * > &dest) const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(PODVector< Node * > &dest) | Urho3D::Component | inlinevirtual |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFarDistance() const | Urho3D::SoundSource3D | inline |
GetFrequency() const | Urho3D::SoundSource | inline |
GetGain() const | Urho3D::SoundSource | inline |
GetID() const | Urho3D::Component | inline |
GetNearDistance() const | Urho3D::SoundSource3D | inline |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetPanning() const | Urho3D::SoundSource | inline |
GetPlayPosition() const | Urho3D::SoundSource | inline |
GetPositionAttr() const | Urho3D::SoundSource | |
GetScene() const | Urho3D::Component | |
GetSound() const | Urho3D::SoundSource | inline |
GetSoundAttr() const | Urho3D::SoundSource | |
GetSoundType() const | Urho3D::SoundSource | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTimePosition() const | Urho3D::SoundSource | inline |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
IsPlaying() const | Urho3D::SoundSource | |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
MarkNetworkUpdate() | Urho3D::Component | |
Mix(int *dest, unsigned samples, int mixRate, bool stereo, bool interpolation) | Urho3D::SoundSource | |
nearDistance_ | Urho3D::SoundSource3D | protected |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
OBJECT(SoundSource3D) (defined in Urho3D::SoundSource3D) | Urho3D::SoundSource3D | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnNodeSet(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Component | virtual |
panning_ | Urho3D::SoundSource | protected |
Play(Sound *sound) | Urho3D::SoundSource | |
Play(Sound *sound, float frequency) | Urho3D::SoundSource | |
Play(Sound *sound, float frequency, float gain) | Urho3D::SoundSource | |
Play(Sound *sound, float frequency, float gain, float panning) | Urho3D::SoundSource | |
PlayLockless(Sound *sound) | Urho3D::SoundSource | |
PrepareNetworkUpdate() | Urho3D::Component | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::SoundSource3D | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
RollAngleoffFactor() const | Urho3D::SoundSource3D | inline |
rolloffFactor_ | Urho3D::SoundSource3D | protected |
Save(Serializer &dest) | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) | Urho3D::Component | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | |
SetAttenuation(float attenuation) | Urho3D::SoundSource | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetAutoRemove(bool enable) | Urho3D::SoundSource | |
SetDistanceAttenuation(float nearDistance, float farDistance, float rolloffFactor) | Urho3D::SoundSource3D | |
SetFarDistance(float distance) | Urho3D::SoundSource3D | |
SetFrequency(float frequency) | Urho3D::SoundSource | |
SetGain(float gain) | Urho3D::SoundSource | |
SetID(unsigned id) | Urho3D::Component | protected |
SetNearDistance(float distance) | Urho3D::SoundSource3D | |
SetNode(Node *node) | Urho3D::Component | protected |
SetPanning(float panning) | Urho3D::SoundSource | |
SetPlayPosition(signed char *pos) | Urho3D::SoundSource | |
SetPlayPositionLockless(signed char *position) | Urho3D::SoundSource | |
SetPositionAttr(int value) | Urho3D::SoundSource | |
SetRolloffFactor(float factor) | Urho3D::SoundSource3D | |
SetSoundAttr(ResourceRef value) | Urho3D::SoundSource | |
SetSoundType(SoundType type) | Urho3D::SoundSource | |
SoundSource(Context *context) | Urho3D::SoundSource | |
SoundSource3D(Context *context) | Urho3D::SoundSource3D | |
soundType_ | Urho3D::SoundSource | protected |
Stop() | Urho3D::SoundSource | |
StopLockless() | Urho3D::SoundSource | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
Update(float timeStep) | Urho3D::SoundSource3D | virtual |
WeakRefs() const | Urho3D::RefCounted | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
~Component() | Urho3D::Component | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |
~SoundSource() | Urho3D::SoundSource | virtual |