active_ | Urho3D::Scene | private |
AddChild(Node *node) | Urho3D::Node | |
AddComponent(Component *component, unsigned id, CreateMode mode) | Urho3D::Node | |
AddListener(Component *component) | Urho3D::Node | |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(NodeReplicationState *state) | Urho3D::Scene | virtual |
AddRequiredPackageFile(PackageFile *package) | Urho3D::Scene | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Node | virtual |
asyncLoading_ | Urho3D::Scene | private |
asyncProgress_ | Urho3D::Scene | private |
BeginThreadedUpdate() | Urho3D::Scene | |
checksum_ | Urho3D::Scene | private |
CleanupConnection(Connection *connection) | Urho3D::Scene | |
Clear() | Urho3D::Scene | |
ClearRequiredPackageFiles() | Urho3D::Scene | |
Clone(CreateMode mode=REPLICATED) | Urho3D::Node | |
ComponentAdded(Component *component) | Urho3D::Scene | |
ComponentRemoved(Component *component) | Urho3D::Scene | |
context_ | Urho3D::Object | protected |
CreateChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED) | Urho3D::Node | |
CreateChild(unsigned id, CreateMode mode) | Urho3D::Node | |
CreateComponent(ShortStringHash type, CreateMode mode=REPLICATED, unsigned id=0) | Urho3D::Node | |
CreateComponent(CreateMode mode=REPLICATED) | Urho3D::Node | |
delayedDirtyComponents_ | Urho3D::Scene | private |
DelayedMarkedDirty(Component *component) | Urho3D::Scene | |
elapsedTime_ | Urho3D::Scene | private |
EndThreadedUpdate() | Urho3D::Scene | |
fileName_ | Urho3D::Scene | private |
FinishAsyncLoading() | Urho3D::Scene | private |
FinishLoading(Deserializer *source) | Urho3D::Scene | private |
GetAsyncProgress() const | Urho3D::Scene | |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetChecksum() const | Urho3D::Scene | inline |
GetChild(unsigned index) const | Urho3D::Node | |
GetChild(const String &name, bool recursive=false) const | Urho3D::Node | |
GetChild(StringHash nameHash, bool recursive=false) const | Urho3D::Node | |
GetChildren() const | Urho3D::Node | inline |
GetChildren(PODVector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponent(PODVector< Node * > &dest, ShortStringHash type, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponent(PODVector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
GetComponent(unsigned id) const | Urho3D::Scene | |
Urho3D::Node::GetComponent(ShortStringHash type) const | Urho3D::Node | |
Urho3D::Node::GetComponent() const | Urho3D::Node | |
GetComponents() const | Urho3D::Node | inline |
GetComponents(PODVector< Component * > &dest, ShortStringHash type) const | Urho3D::Node | |
GetComponents(PODVector< T * > &dest) const | Urho3D::Node | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes() const | Urho3D::Node | inline |
GetDerivedComponent() const | Urho3D::Node | |
GetDerivedComponents(PODVector< T * > &dest) const | Urho3D::Node | |
GetDirection() const | Urho3D::Node | inline |
GetElapsedTime() const | Urho3D::Scene | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFileName() const | Urho3D::Scene | inline |
GetFreeComponentID(CreateMode mode) | Urho3D::Scene | |
GetFreeNodeID(CreateMode mode) | Urho3D::Scene | |
GetID() const | Urho3D::Node | inline |
GetListeners() const | Urho3D::Node | inline |
GetName() const | Urho3D::Node | inline |
GetNameHash() const | Urho3D::Node | inline |
GetNetParentAttr() const | Urho3D::Node | |
GetNetPositionAttr() const | Urho3D::Node | |
GetNetRotationAttr() const | Urho3D::Node | |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode(unsigned id) const | Urho3D::Scene | |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumChildren(bool recursive=false) const | Urho3D::Node | |
GetNumComponents() const | Urho3D::Node | inline |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetNumNetworkComponents() const | Urho3D::Node | |
GetOrCreateComponent(ShortStringHash type, CreateMode mode=REPLICATED) | Urho3D::Node | |
GetOrCreateComponent(CreateMode mode=REPLICATED) | Urho3D::Node | |
GetOwner() const | Urho3D::Node | inline |
GetParent() const | Urho3D::Node | inline |
GetPosition() const | Urho3D::Node | inline |
GetRequiredPackageFiles() const | Urho3D::Scene | inline |
GetRotation() const | Urho3D::Node | inline |
GetScale() const | Urho3D::Node | inline |
GetScene() const | Urho3D::Node | inline |
GetSmoothingConstant() const | Urho3D::Scene | inline |
GetSnapThreshold() const | Urho3D::Scene | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTimeScale() const | Urho3D::Scene | inline |
GetTransform() const | Urho3D::Node | inline |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetVar(ShortStringHash key) const | Urho3D::Node | |
GetVarName(ShortStringHash hash) const | Urho3D::Scene | |
GetVarNamesAttr() const | Urho3D::Scene | |
GetVars() const | Urho3D::Node | inline |
GetWorldDirection() const | Urho3D::Node | inline |
GetWorldPosition() const | Urho3D::Node | inline |
GetWorldRotation() const | Urho3D::Node | inline |
GetWorldScale() const | Urho3D::Node | inline |
GetWorldTransform() const | Urho3D::Node | inline |
HandleUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Scene | private |
HasComponent(ShortStringHash type) const | Urho3D::Node | |
HasComponent() const | Urho3D::Node | |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
Instantiate(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
InstantiateXML(const XMLElement &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
InstantiateXML(Deserializer &source, const Vector3 &position, const Quaternion &rotation, CreateMode mode=REPLICATED) | Urho3D::Scene | |
IsActive() const | Urho3D::Scene | inline |
IsAsyncLoading() const | Urho3D::Scene | inline |
IsDirty() const | Urho3D::Node | inline |
IsThreadedUpdate() const | Urho3D::Scene | inline |
Load(Deserializer &source) | Urho3D::Scene | virtual |
Urho3D::Node::Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
LoadAsync(File *file) | Urho3D::Scene | |
LoadAsyncXML(File *file) | Urho3D::Scene | |
LoadXML(const XMLElement &source) | Urho3D::Scene | virtual |
LoadXML(Deserializer &source) | Urho3D::Scene | |
Urho3D::Node::LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
localComponentID_ | Urho3D::Scene | private |
localComponents_ | Urho3D::Scene | private |
localNodeID_ | Urho3D::Scene | private |
localNodes_ | Urho3D::Scene | private |
LocalToWorld(const Vector3 &position) const | Urho3D::Node | |
LocalToWorld(const Vector4 &vector) const | Urho3D::Node | |
LookAt(const Vector3 &target, const Vector3 &upAxis=Vector3::UP, bool worldSpace=false) | Urho3D::Node | |
MarkDirty() | Urho3D::Node | |
MarkNetworkUpdate(Node *node) | Urho3D::Scene | |
MarkNetworkUpdate(Component *component) | Urho3D::Scene | |
Urho3D::Node::MarkNetworkUpdate() | Urho3D::Node | |
MarkReplicationDirty(Node *node) | Urho3D::Scene | |
Urho3D::Node::MarkReplicationDirty() | Urho3D::Node | |
networkState_ | Urho3D::Serializable | protected |
networkUpdateComponents_ | Urho3D::Scene | private |
networkUpdateNodes_ | Urho3D::Scene | private |
Node(Context *context) | Urho3D::Node | |
NodeAdded(Node *node) | Urho3D::Scene | |
NodeRemoved(Node *node) | Urho3D::Scene | |
OBJECT(Scene) (defined in Urho3D::Scene) | Urho3D::Scene | 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 |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Node | virtual |
Pitch(float angle, bool fixedAxis=false) | Urho3D::Node | |
PrepareNetworkUpdate() | Urho3D::Scene | |
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::Scene | static |
RegisterVar(const String &name) | Urho3D::Scene | |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Node | |
RemoveAllChildren() | Urho3D::Node | |
RemoveAllComponents() | Urho3D::Node | |
RemoveChild(Node *node) | Urho3D::Node | |
RemoveComponent(Component *component) | Urho3D::Node | |
RemoveComponent(ShortStringHash type) | Urho3D::Node | |
RemoveListener(Component *component) | Urho3D::Node | |
replicatedComponentID_ | Urho3D::Scene | private |
replicatedComponents_ | Urho3D::Scene | private |
replicatedNodeID_ | Urho3D::Scene | private |
replicatedNodes_ | Urho3D::Scene | private |
requiredPackageFiles_ | Urho3D::Scene | private |
ResetScene() | Urho3D::Node | |
resolver_ | Urho3D::Scene | private |
Roll(float angle, bool fixedAxis=false) | Urho3D::Node | |
Rotate(const Quaternion &delta, bool fixedAxis=false) | Urho3D::Node | |
Save(Serializer &dest) | Urho3D::Scene | virtual |
SaveXML(Serializer &dest) | Urho3D::Scene | |
Urho3D::Node::SaveXML(XMLElement &dest) | Urho3D::Node | virtual |
Scale(float scale) | Urho3D::Node | |
Scale(const Vector3 &scale) | Urho3D::Node | |
Scene(Context *context) | Urho3D::Scene | |
sceneMutex_ | Urho3D::Scene | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | |
SetActive(bool enable) | Urho3D::Scene | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetDirection(const Vector3 &direction) | Urho3D::Node | |
SetElapsedTime(float time) | Urho3D::Scene | |
SetID(unsigned id) | Urho3D::Node | |
SetName(const String &name) | Urho3D::Node | |
SetNetParentAttr(const PODVector< unsigned char > &value) | Urho3D::Node | |
SetNetPositionAttr(const Vector3 &value) | Urho3D::Node | |
SetNetRotationAttr(const PODVector< unsigned char > &value) | Urho3D::Node | |
SetOwner(Connection *owner) | Urho3D::Node | |
SetParent(Node *parent) | Urho3D::Node | |
SetPosition(const Vector3 &position) | Urho3D::Node | |
SetRotation(const Quaternion &rotation) | Urho3D::Node | |
SetScale(float scale) | Urho3D::Node | |
SetScale(const Vector3 &scale) | Urho3D::Node | |
SetScene(Scene *scene) | Urho3D::Node | |
SetSmoothingConstant(float constant) | Urho3D::Scene | |
SetSnapThreshold(float threshold) | Urho3D::Scene | |
SetTimeScale(float scale) | Urho3D::Scene | |
SetTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
SetVar(ShortStringHash key, const Variant &value) | Urho3D::Node | |
SetVarNamesAttr(String value) | Urho3D::Scene | |
SetWorldDirection(const Vector3 &direction) | Urho3D::Node | |
SetWorldPosition(const Vector3 &position) | Urho3D::Node | |
SetWorldRotation(const Quaternion &rotation) | Urho3D::Node | |
SetWorldScale(float scale) | Urho3D::Node | |
SetWorldScale(const Vector3 &scale) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
smoothingConstant_ | Urho3D::Scene | private |
snapThreshold_ | Urho3D::Scene | private |
StopAsyncLoading() | Urho3D::Scene | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
threadedUpdate_ | Urho3D::Scene | private |
timeScale_ | Urho3D::Scene | private |
Translate(const Vector3 &delta) | Urho3D::Node | |
TranslateRelative(const Vector3 &delta) | Urho3D::Node | |
UnregisterAllVars() | Urho3D::Scene | |
UnregisterVar(const String &name) | Urho3D::Scene | |
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::Scene | |
UpdateAsyncLoading() | Urho3D::Scene | private |
varNames_ | Urho3D::Scene | private |
vars_ | Urho3D::Node | protected |
WeakRefs() const | Urho3D::RefCounted | |
WorldToLocal(const Vector3 &position) const | Urho3D::Node | |
WorldToLocal(const Vector4 &vector) const | Urho3D::Node | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
Yaw(float angle, bool fixedAxis=false) | Urho3D::Node | |
~Node() | Urho3D::Node | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Scene() | Urho3D::Scene | virtual |
~Serializable() | Urho3D::Serializable | virtual |