From 4870575dc0a3fdc047cc0afcb5e1c230154928a9 Mon Sep 17 00:00:00 2001 From: rbfx-bot Date: Wed, 11 Dec 2024 19:26:44 +0000 Subject: [PATCH] deploy: rbfx/rbfx-docs@29fac9ceabb09ee74b614384c27ea471bb4f2ee4 --- docs/_core_2_attribute_8h.html | 39 +++--- ..._1_rml_serializable_inspector-members.html | 131 +++++++++--------- ...rho3_d_1_1_rml_serializable_inspector.html | 4 + ...urho3_d_1_1_rml_u_i_component-members.html | 125 ++++++++--------- docs/class_urho3_d_1_1_rml_u_i_component.html | 4 + docs/class_urho3_d_1_1_rml_u_i_component.js | 1 + docs/functions_func_s.html | 43 +++--- docs/functions_s.html | 53 +++---- docs/navtreedata.js | 66 ++++----- docs/navtreeindex56.js | 20 +-- docs/navtreeindex57.js | 40 +++--- docs/navtreeindex58.js | 4 +- docs/navtreeindex59.js | 4 +- docs/navtreeindex60.js | 4 +- docs/navtreeindex61.js | 4 +- docs/navtreeindex62.js | 4 +- docs/navtreeindex63.js | 4 +- docs/navtreeindex64.js | 4 +- docs/navtreeindex65.js | 4 +- docs/navtreeindex66.js | 4 +- docs/navtreeindex67.js | 4 +- docs/navtreeindex68.js | 4 +- docs/navtreeindex69.js | 4 +- docs/navtreeindex70.js | 4 +- docs/navtreeindex71.js | 4 +- docs/navtreeindex72.js | 4 +- docs/navtreeindex73.js | 4 +- docs/navtreeindex74.js | 4 +- docs/navtreeindex75.js | 4 +- docs/navtreeindex76.js | 6 +- docs/navtreeindex77.js | 8 +- docs/navtreeindex78.js | 4 +- docs/navtreeindex79.js | 4 +- docs/navtreeindex80.js | 4 +- docs/navtreeindex81.js | 4 +- docs/navtreeindex82.js | 4 +- docs/navtreeindex83.js | 4 +- docs/navtreeindex84.js | 4 +- docs/navtreeindex85.js | 4 +- docs/navtreeindex86.js | 4 +- docs/navtreeindex87.js | 4 +- docs/navtreeindex88.js | 4 +- docs/navtreeindex89.js | 4 +- docs/navtreeindex90.js | 1 + 44 files changed, 340 insertions(+), 321 deletions(-) diff --git a/docs/_core_2_attribute_8h.html b/docs/_core_2_attribute_8h.html index 5e4c5464c..944c8e705 100644 --- a/docs/_core_2_attribute_8h.html +++ b/docs/_core_2_attribute_8h.html @@ -190,7 +190,7 @@

float GetSuspensionStiffness() const
Get suspension stiffness.
Definition: Rect.h:32
VariantType type_
Type of attribute.
Definition: ParticleGraphMemory.h:129
-
void OpenInternal()
Open a window document if it was not already open.
Definition: RmlUIComponent.cpp:220
+
void OpenInternal()
Open a window document if it was not already open.
Definition: RmlUIComponent.cpp:225
IntVector2 ConvertSystemToUI(const IntVector2 &systemPos) const
Convert system mouse position (or offset) to scaled UI position (or offset).
Definition: UI.cpp:770
void SerializeInBlock(Archive &archive) override
Serialize content from/to archive. May throw ArchiveException.
Definition: PluginManager.cpp:269
InternalState
Internal baking state.
Definition: LightBaker.h:79
@@ -230,7 +230,7 @@

unsigned GetUpdateFrequency() const
Definition: ReplicationManager.cpp:320
ea::vector< SharedPtr< Pass > > passes_
Passes.
Definition: Technique.h:328
void BeginThreadedUpdate()
Begin a threaded update. During threaded update components can choose to delay dirty processing.
Definition: Scene.cpp:853
-
void OnDocumentClosed(Rml::ElementDocument *document)
Definition: RmlUIComponent.cpp:283
+
void OnDocumentClosed(Rml::ElementDocument *document)
Definition: RmlUIComponent.cpp:288
IntRect upRect_
Up button image rect.
Definition: ScrollBar.h:131
bool animated_
Animation enable flag.
Definition: Skeleton.h:83
unsigned checksum_
Scene source file checksum.
Definition: Scene.h:345
@@ -846,7 +846,7 @@

void SetName(const ea::string_view name)
Set property name.
Definition: ParticleGraphLayerInstance.h:45
bool GetIsWorldspace() const
Get Is Worldspace.
Definition: RenderBillboard.cpp:100
void OnClickEnd(const IntVector2 &position, const IntVector2 &screenPosition, MouseButton button, MouseButtonFlags buttons, QualifierFlags qualifiers, Cursor *cursor, UIElement *beginElement) override
React to mouse click end.
Definition: Slider.cpp:103
-
Rml::ElementDocument * document_
Currently open document. Null if document was closed.
Definition: RmlUIComponent.h:196
+
Rml::ElementDocument * document_
Currently open document. Null if document was closed.
Definition: RmlUIComponent.h:198
ParticleGraphPin pins_[2]
Pins.
Definition: Attribute.h:145
ea::vector< ea::pair< ea::string, ea::string > > defines_
Vector of defines.
Definition: ShaderDefs.h:101
void SetVariant(const Variant &variant, Context *context=nullptr)
Set variant, context must provide for resource ref.
Definition: JSONValue.cpp:440
@@ -1441,7 +1441,7 @@

void Update()
Cleanup expired selection.
Definition: SceneSelection.cpp:76
void SendRebuildEvent()
Send rebuild event.
Definition: NavigationMesh.cpp:400
AnimationTrack * CreateTrack(const ea::string &name)
Create and return a track by name. If track by same name already exists, returns the existing.
Definition: Animation.cpp:466
-
RmlUI * GetUI() const
Return RmlUI subsystem this component renders into.
Definition: RmlUIComponent.cpp:402
+
RmlUI * GetUI() const
Return RmlUI subsystem this component renders into.
Definition: RmlUIComponent.cpp:407
RefCount * RefCountPtr() const
Return pointer to the reference count structure.
Definition: RefCounted.h:89
void SetAccelerator(int key, int qualifiers)
Set accelerator key (set zero key code to disable).
Definition: Menu.cpp:333
void SetNeckBoneName(const ea::string &name)
Definition: IKHeadSolver.h:26
@@ -2761,7 +2761,7 @@

void HandleModelReloadFinished(StringHash eventType, VariantMap &eventData)
Update trimesh or convex shape after a model has reloaded itself.
Definition: CollisionShape.cpp:1196
unsigned indexCount_
Number of indices.
Definition: CollisionShape.h:124
TerrainPatch * GetSouthPatch() const
Return south neighbor patch.
Definition: TerrainPatch.h:93
-
Rml::DataModelHandle dataModel_
Data model for the document.
Definition: RmlUIComponent.h:204
+
Rml::DataModelHandle dataModel_
Data model for the document.
Definition: RmlUIComponent.h:206
bool Save(Serializer &dest) const override
Save resource. Return true if successful.
Definition: ParticleEffect2D.cpp:229
void OnSetEnabled() override
Handle enabled/disabled state change.
Definition: TriggerAnimator.cpp:106
ea::vector< Vector3 > outFace_
Internal vector for the new face being constructed.
Definition: Polyhedron.h:118
@@ -4252,7 +4252,7 @@

void SetEnterAnimationAttr(const ResourceRef &value)
Set enter animation attribute.
Definition: TriggerAnimator.cpp:55
PerlinNoise perlinNoise_
Perlin noise generator.
Definition: ShakeComponent.h:88
double GetDouble()
Return random double in range [0, 1] with uniform distribution.
Definition: RandomEngine.h:89
-
bool suppressRestoreFocus_
Whether to suppress next call to RestoreFocus().
Definition: RmlUIComponent.h:214
+
bool suppressRestoreFocus_
Whether to suppress next call to RestoreFocus().
Definition: RmlUIComponent.h:216
void QueueUpdate()
Queue manual update on the render texture.
Definition: View3D.cpp:122
unsigned GetVersion() const
Return current version of the plugin.
Definition: Plugin.h:45
virtual void OnSetEnabled()
Handle enabled/disabled state change.
Definition: Component.h:60
@@ -4838,7 +4838,7 @@

Vector3 GetRandomPointInCircle(const Vector3 &center, float radius, const Vector3 &extents=Vector3::ONE, const dtQueryFilter *filter=nullptr, dtPolyRef *randomRef=nullptr)
Return a random point on the navigation mesh within a circle. The circle radius is only a guideline a...
Definition: NavigationMesh.cpp:734
ea::string name_
Name.
Definition: Material.h:77
Polyhedron(const Frustum &frustum)
Construct from a frustum.
Definition: Polyhedron.h:64
-
ea::unique_ptr< Rml::DataModelConstructor > modelConstructor_
Data model constructor.
Definition: RmlUIComponent.h:209
+
ea::unique_ptr< Rml::DataModelConstructor > modelConstructor_
Data model constructor.
Definition: RmlUIComponent.h:211
void SubscribeToEventManual(StringHash eventType, EventHandler *handler)
Subscribe to an event that can be sent by any sender.
Definition: Object.cpp:101
void BeginSendEvent()
Begin event send. When receivers are removed during send, group has to be cleaned up afterward.
Definition: Context.cpp:60
InterfaceType * Detach() noexcept
Detach without destroying the object even if the refcount goes zero. To be used for scripting languag...
Definition: Ptr.h:274
@@ -4958,7 +4958,7 @@

bool SaveJPG(const ea::string &fileName, int quality) const
Save in JPG format with specified quality. Return true if successful.
Definition: Image.cpp:1140
void Clear()
Remove all nodes.
Definition: Graph.cpp:45
RenderSurfaceUpdateMode
Update mode for render surface viewports.
Definition: GraphicsDefs.h:174
-
ea::optional< ea::string > pendingFocusId_
Element id to be focused on next update.
Definition: RmlUIComponent.h:212
+
ea::optional< ea::string > pendingFocusId_
Element id to be focused on next update.
Definition: RmlUIComponent.h:214
Pass(const ea::string &name)
Construct.
Definition: Technique.cpp:42
void RefreshFiles()
Refresh the directory listing.
Definition: FileSelector.cpp:290
Variant GetAnimationValue(float scaledTime) const
Return animation value.
Definition: ValueAnimation.cpp:343
@@ -5970,12 +5970,12 @@

~StaticModelGroup() override
Destruct.
LightMode
Light baking mode.
Definition: Light.h:39
void ReadUnreliableDelta(NetworkFrame frame, Deserializer &src) override
Read unreliable delta update.
Definition: ReplicatedTransform.cpp:212
-
ea::optional< Rml::DataTypeRegister > typeRegister_
Type registry for the data model.
Definition: RmlUIComponent.h:202
+
ea::optional< Rml::DataTypeRegister > typeRegister_
Type registry for the data model.
Definition: RmlUIComponent.h:204
void SetOwnerBodyGroundAnchor(const Vector2 &groundAnchor)
Definition: ConstraintPulley2D.cpp:62
UIBatch()
Construct with defaults.
Definition: UIBatch.cpp:34
void SetModel(Model *model, bool createBones)
Set model.
Definition: AnimatedModel.cpp:388
unsigned maxLayers_
Maximum number of layers that are allowed to be constructed.
Definition: DynamicNavigationMesh.h:157
-
ResourceRef resource_
Definition: RmlUIComponent.h:186
+
ResourceRef resource_
Definition: RmlUIComponent.h:188
float GetRotationEndVariance() const
Return rotation end variance.
Definition: ParticleEffect2D.h:240
Vector3 lastSpacing_
Vertex and height sacing at the time of last update.
Definition: Terrain.h:349
Octant * children_[NUM_OCTANTS]
Child octants.
Definition: Octree.h:153
@@ -7780,7 +7780,7 @@

EventReceiverGroup * GetEventReceivers(Object *sender, StringHash eventType)
Return event receivers for a sender and event type, or null if they do not exist.
Definition: Context.h:141
void OnSetEnabled() override
Update the owning mesh when enabled status has changed.
Definition: Obstacle.cpp:60
void SetDrawDebug(bool enable)
Definition: Viewport.cpp:122
-
void OnNodeSet(Node *previousNode, Node *currentNode) override
Handle scene node being assigned at creation.
Definition: RmlUIComponent.cpp:205
+
void OnNodeSet(Node *previousNode, Node *currentNode) override
Handle scene node being assigned at creation.
Definition: RmlUIComponent.cpp:210
void UpdateCachedGeometryShape(CollisionGeometryDataCache &cache)
Update cached geometry collision shape.
Definition: CollisionShape.cpp:1087
void Commit()
Update vertex buffer and calculate the bounding box. Call after finishing defining geometry.
Definition: CustomGeometry.cpp:326
FiniteTimeAction * GetInnerAction() const
Get inner action.
Definition: Repeat.h:48
@@ -7906,7 +7906,7 @@

DirectLightTracingSettings directProbesTracing_
Settings for direct light tracing for light probes.
Definition: LightBakingSettings.h:203
LockState
Vertex/index buffer lock state.
Definition: GraphicsDefs.h:53
SharedPtr< Sprite2D > sprite_
Sprite.
Definition: ParticleEffect2D.h:261
-
SharedPtr< RmlNavigationManager > navigationManager_
Navigation manager.
Definition: RmlUIComponent.h:194
+
SharedPtr< RmlNavigationManager > navigationManager_
Navigation manager.
Definition: RmlUIComponent.h:196
float GetFov() const
Definition: Light.h:342
void AddChange(const FileChange &change)
Add a file change into the changes queue.
Definition: FileWatcher.cpp:396
Direct light accumulated for given lightmap chart.
Definition: LightTracer.h:45
@@ -9085,7 +9085,7 @@

virtual ParticleGraphPin * LoadInputPin(ParticleGraphReader &reader, GraphInPin &pin)
Load input pin.
Definition: ParticleGraphNode.cpp:134
void RemoveMarkedTetrahedrons(const ea::vector< bool > &removed)
Remove marked tetrahedrons from array.
Definition: TetrahedralMesh.cpp:970
unsigned char * GetData() const
Return pixel data.
Definition: Image.h:164
-
ea::string dataModelName_
Name of the data model.
Definition: RmlUIComponent.h:206
+
ea::string dataModelName_
Name of the data model.
Definition: RmlUIComponent.h:208
void RemoveSoundSource(SoundSource *soundSource)
Remove a sound source. Called by SoundSource.
Definition: Audio.cpp:338
void UpdateSourceBatchesSpriter()
Update vertices for spriter animation.
Definition: AnimatedSprite2D.cpp:416
Matrix3 Inverse() const
Return inverse.
Definition: Matrix3.cpp:72
@@ -9191,7 +9191,7 @@

void RecreateJoint()
Recreate joint.
Definition: Constraint2D.cpp:174
void SetDoubleClickInterval(float interval)
Definition: UI.cpp:579
Menu UI element that displays a popup list view.
Definition: DropDownList.h:33
-
static RmlUIComponent * FromDocument(Rml::ElementDocument *document)
Returns instance of the component from the document.
Definition: RmlUIComponent.cpp:523
+
static RmlUIComponent * FromDocument(Rml::ElementDocument *document)
Returns instance of the component from the document.
Definition: RmlUIComponent.cpp:530
bool IsScaled() const
Definition: BillboardSet.h:137
b2PolygonShape boxShape_
Box shape.
Definition: CollisionBox2D.h:77
static const Matrix3 ZERO
Zero matrix.
Definition: Matrix3.h:353
@@ -10432,7 +10432,7 @@

unsigned GetLevels() const
Definition: Texture.h:108
ValueSpan GetClosestRaw(NetworkFrame frame) const
Return closest valid raw value, if possible. Prior values take precedence.
Definition: NetworkValue.h:706
const Vector2 & GetCenter() const
Definition: CollisionCircle2D.h:59
-
void OnSetEnabled() override
Definition: RmlUIComponent.cpp:200
+
void OnSetEnabled() override
Definition: RmlUIComponent.cpp:205
float mass_
Mass.
Definition: RigidBody.h:329
const Matrix3x4 & GetInverseWorldTransform() const
Definition: Zone.cpp:207
MountPoint * MountAliasRoot()
Mount alias root as alias:// scheme. Alias root will be mounted automatically if alias is created.
Definition: VirtualFileSystem.cpp:31
@@ -11365,7 +11365,7 @@

virtual void OnDrawOrderChanged()=0
Handle draw order changed.
bool IsValid() const
Return animation is valid.
Definition: ValueAnimation.cpp:336
ea::unordered_map< ea::string, Detail::ActionMapping, ea::hash< ea::string >, ea::equal_to< ea::string >, EASTLAllocatorType, true > StringActionMappingMap
Map from string to action mapping. Cache string hashes.
Definition: InputMap.h:157
-
void SetDocument(Rml::ElementDocument *document)
Set currently active document and link it to the component.
Definition: RmlUIComponent.cpp:409
+
void SetDocument(Rml::ElementDocument *document)
Set currently active document and link it to the component.
Definition: RmlUIComponent.cpp:414
const XMLFile * xmlFile_
XML file.
Definition: XMLArchive.h:59
ea::string PrintMemoryUsage() const
Returns a formatted string containing the memory actively used.
Definition: ResourceCache.cpp:703
unsigned historyRows_
Command history maximum rows.
Definition: Console.h:117
@@ -11456,7 +11456,7 @@

Entity * entity_
Current entity.
Definition: SpriterInstance2D.h:97
unsigned GetNumViewports() const
Definition: Renderer.h:228
float rotationMax_
Particle rotation angle maximum.
Definition: ParticleEffect.h:492
-
WeakPtr< RmlCanvasComponent > canvasComponent_
Definition: RmlUIComponent.h:199
+
WeakPtr< RmlCanvasComponent > canvasComponent_
Definition: RmlUIComponent.h:201
ea::string source_
Source.
Definition: TmxFile2D.h:151
TextureAddressMode GetAddressMode(TextureCoordinate coord) const
Definition: Texture.h:133
const Color & GetColor() const
Definition: Light.h:295
@@ -11780,6 +11780,7 @@

SharedPtr< ParticleEffect2D > effect_
Particle effect.
Definition: ParticleEmitter2D.h:154
Technique * GetTechnique(unsigned index) const
Definition: Material.cpp:891
@ LM_FREE
No layout operations will be performed.
Definition: UIElement.h:88
+
void ScheduleFocusById(const ea::string &elementId)
Schedule element focus by ID on next update. This is useful when focus-ability is not updated yet.
Definition: RmlUIComponent.cpp:200
SharedPtr< Geometry > occlusionGeometry_
Geometry that is used for occlusion.
Definition: TerrainPatch.h:138
void SetMaxRotationSpeed(float speed)
Definition: ParticleEffect.cpp:575
virtual void SerializeInBlock(Archive &archive)
Serialize content from/to archive. May throw ArchiveException.
Definition: Object.cpp:95
@@ -13073,7 +13074,7 @@

void SetSelectOnClickEnd(bool enable)
Definition: ListView.cpp:773
float GetWeight() const
Definition: AnimationState.h:194
ea::tuple< MountPoint *, ea::string_view, ea::string_view > FindMountPoint(ea::string_view fileName) const
Definition: MountedAliasRoot.cpp:47
-
void CloseInternal()
Close a window document if it was open.
Definition: RmlUIComponent.cpp:260
+
void CloseInternal()
Close a window document if it was open.
Definition: RmlUIComponent.cpp:265
void OnSceneSet(Scene *scene) override
Handle scene being assigned.
Definition: ParticleGraphEmitter.cpp:196
TerrainPatch * GetNorthPatch() const
Return north neighbor patch.
Definition: TerrainPatch.h:90
WeakPtr< RigidBody2D > otherBody_
Other body.
Definition: Constraint2D.h:106
@@ -13715,7 +13716,7 @@

bool changed_
The input has changed since the last update.
Definition: VirtualReality.h:144
int weakRefs_
Weak reference count.
Definition: RefCounted.h:58
bool BeginLoad(Deserializer &source) override
Load resource from stream. May be called from a worker thread. Return true if successful.
Definition: Sprite2D.cpp:54
-
void SetResource(const ResourceRef &resourceRef)
Definition: RmlUIComponent.cpp:212
+
void SetResource(const ResourceRef &resourceRef)
Definition: RmlUIComponent.cpp:217
void SetTextAttr(const ea::string &value)
Set text attribute.
Definition: Text3D.cpp:580
Intersection IsInside(const Sphere &sphere) const
Test if a sphere is inside, outside or intersects.
Definition: Frustum.h:95
void SetModal(bool modal)
Definition: Window.cpp:278
diff --git a/docs/class_urho3_d_1_1_rml_serializable_inspector-members.html b/docs/class_urho3_d_1_1_rml_serializable_inspector-members.html index 0c48c00ee..bb9ca061f 100644 --- a/docs/class_urho3_d_1_1_rml_serializable_inspector-members.html +++ b/docs/class_urho3_d_1_1_rml_serializable_inspector-members.html @@ -232,71 +232,72 @@ SaveDefaultAttributes(const AttributeInfo &attr) constUrho3D::Serializableinlinevirtual SaveJSON(JSONValue &dest) const overrideUrho3D::Componentvirtual SaveXML(XMLElement &dest) const overrideUrho3D::Componentvirtual - SendEvent(StringHash eventType)Urho3D::Object - SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object - SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline - SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object - Serializable(Context *context)Urho3D::Serializableexplicit - serializable_ (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspectorprotected - SerializeAuxiliaryData(Archive &archive)Urho3D::Componentinlinevirtual - SerializeInBlock(Archive &archive) overrideUrho3D::Serializablevirtual - SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable)Urho3D::Serializable - SetAttribute(unsigned index, const Variant &value)Urho3D::Serializable - SetAttribute(const ea::string &name, const Variant &value)Urho3D::Serializable - SetAutoSize(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline - SetBlockEvents(bool block)Urho3D::Objectinline - SetDocument(Rml::ElementDocument *document)Urho3D::RmlUIComponentprivate - SetEnabled(bool enable)Urho3D::Component - SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object - SetID(unsigned id)Urho3D::Componentprotected - SetInstanceDefault(bool enable)Urho3D::Serializableinline - SetInstanceDefault(const ea::string &name, const Variant &defaultValue)Urho3D::Serializable - setInstanceDefault_Urho3D::Serializableprotected - SetNode(Node *node)Urho3D::Componentprotected - SetPosition(Vector2 pos) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent - SetResource(const ResourceRef &resourceRef)Urho3D::RmlUIComponent - SetResource(const ea::string &resourceName) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent - SetSize(Vector2 size) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent - SetTemporary(bool enable)Urho3D::Serializable - SetterFunc typedef (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - SetUpdateEventMask(UpdateEventFlags mask)Urho3D::LogicComponent - SetUseNormalizedCoordinates(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline - size_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - Start()Urho3D::LogicComponentinlinevirtual - Stop()Urho3D::LogicComponentinlinevirtual - SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline - SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline - SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object - SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object - suppressRestoreFocus_Urho3D::RmlUIComponentprivate - temporary_Urho3D::Serializableprotected - type_ (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspectorprotected - TypeHierarchyUrho3D::Objectinlinestatic - typeRegister_Urho3D::RmlUIComponentprivate - UnsubscribeFromAllEvents()Urho3D::Object - UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object - UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object - UnsubscribeFromEvent(StringHash eventType)Urho3D::Object - UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object - UnsubscribeFromEvents(Object *sender)Urho3D::Object - Update(float timeStep) overrideUrho3D::RmlSerializableInspectorprotectedvirtual - UpdateConnectedCanvas() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - UpdateDocumentOpen() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - updateEventMask_Urho3D::LogicComponentprivate - UpdateEventSubscription()Urho3D::LogicComponentprivate - UpdatePendingFocus() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - URHO3D_OBJECT(RmlSerializableInspector, RmlUIComponent) (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspectorprivate - useNormalized_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - WeakRefs() constUrho3D::RefCounted - WrapCallback(void(T::*callback)())Urho3D::RmlUIComponentinlineprotected - WrapCallback(void(T::*callback)(const Rml::VariantList &args)) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinlineprotected - ~Component() overrideUrho3D::Component - ~LogicComponent() overrideUrho3D::LogicComponent - ~Object() overrideUrho3D::Object - ~RefCounted()Urho3D::RefCountedvirtual - ~RmlSerializableInspector() override (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspector - ~RmlUIComponent() overrideUrho3D::RmlUIComponent - ~Serializable() overrideUrho3D::Serializable + ScheduleFocusById(const ea::string &elementId)Urho3D::RmlUIComponentprotected + SendEvent(StringHash eventType)Urho3D::Object + SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object + SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline + SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object + Serializable(Context *context)Urho3D::Serializableexplicit + serializable_ (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspectorprotected + SerializeAuxiliaryData(Archive &archive)Urho3D::Componentinlinevirtual + SerializeInBlock(Archive &archive) overrideUrho3D::Serializablevirtual + SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable)Urho3D::Serializable + SetAttribute(unsigned index, const Variant &value)Urho3D::Serializable + SetAttribute(const ea::string &name, const Variant &value)Urho3D::Serializable + SetAutoSize(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline + SetBlockEvents(bool block)Urho3D::Objectinline + SetDocument(Rml::ElementDocument *document)Urho3D::RmlUIComponentprivate + SetEnabled(bool enable)Urho3D::Component + SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object + SetID(unsigned id)Urho3D::Componentprotected + SetInstanceDefault(bool enable)Urho3D::Serializableinline + SetInstanceDefault(const ea::string &name, const Variant &defaultValue)Urho3D::Serializable + setInstanceDefault_Urho3D::Serializableprotected + SetNode(Node *node)Urho3D::Componentprotected + SetPosition(Vector2 pos) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent + SetResource(const ResourceRef &resourceRef)Urho3D::RmlUIComponent + SetResource(const ea::string &resourceName) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent + SetSize(Vector2 size) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent + SetTemporary(bool enable)Urho3D::Serializable + SetterFunc typedef (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + SetUpdateEventMask(UpdateEventFlags mask)Urho3D::LogicComponent + SetUseNormalizedCoordinates(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline + size_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + Start()Urho3D::LogicComponentinlinevirtual + Stop()Urho3D::LogicComponentinlinevirtual + SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline + SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline + SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object + SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object + suppressRestoreFocus_Urho3D::RmlUIComponentprivate + temporary_Urho3D::Serializableprotected + type_ (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspectorprotected + TypeHierarchyUrho3D::Objectinlinestatic + typeRegister_Urho3D::RmlUIComponentprivate + UnsubscribeFromAllEvents()Urho3D::Object + UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object + UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object + UnsubscribeFromEvent(StringHash eventType)Urho3D::Object + UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object + UnsubscribeFromEvents(Object *sender)Urho3D::Object + Update(float timeStep) overrideUrho3D::RmlSerializableInspectorprotectedvirtual + UpdateConnectedCanvas() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + UpdateDocumentOpen() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + updateEventMask_Urho3D::LogicComponentprivate + UpdateEventSubscription()Urho3D::LogicComponentprivate + UpdatePendingFocus() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + URHO3D_OBJECT(RmlSerializableInspector, RmlUIComponent) (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspectorprivate + useNormalized_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + WeakRefs() constUrho3D::RefCounted + WrapCallback(void(T::*callback)())Urho3D::RmlUIComponentinlineprotected + WrapCallback(void(T::*callback)(const Rml::VariantList &args)) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinlineprotected + ~Component() overrideUrho3D::Component + ~LogicComponent() overrideUrho3D::LogicComponent + ~Object() overrideUrho3D::Object + ~RefCounted()Urho3D::RefCountedvirtual + ~RmlSerializableInspector() override (defined in Urho3D::RmlSerializableInspector)Urho3D::RmlSerializableInspector + ~RmlUIComponent() overrideUrho3D::RmlUIComponent + ~Serializable() overrideUrho3D::Serializable diff --git a/docs/class_urho3_d_1_1_rml_serializable_inspector.html b/docs/class_urho3_d_1_1_rml_serializable_inspector.html index 92b987452..1827d9e22 100644 --- a/docs/class_urho3_d_1_1_rml_serializable_inspector.html +++ b/docs/class_urho3_d_1_1_rml_serializable_inspector.html @@ -651,6 +651,10 @@ void RestoreFocus ()  If current focus is invalid, focus on the first valid navigable element.
  + +void ScheduleFocusById (const ea::string &elementId) + Schedule element focus by ID on next update. This is useful when focus-ability is not updated yet.
+  bool IsVariableDirty (const ea::string &variableName)   diff --git a/docs/class_urho3_d_1_1_rml_u_i_component-members.html b/docs/class_urho3_d_1_1_rml_u_i_component-members.html index aa9dc8583..d019e0a90 100644 --- a/docs/class_urho3_d_1_1_rml_u_i_component-members.html +++ b/docs/class_urho3_d_1_1_rml_u_i_component-members.html @@ -229,68 +229,69 @@ SaveDefaultAttributes(const AttributeInfo &attr) constUrho3D::Serializableinlinevirtual SaveJSON(JSONValue &dest) const overrideUrho3D::Componentvirtual SaveXML(XMLElement &dest) const overrideUrho3D::Componentvirtual - SendEvent(StringHash eventType)Urho3D::Object - SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object - SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline - SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object - Serializable(Context *context)Urho3D::Serializableexplicit - SerializeAuxiliaryData(Archive &archive)Urho3D::Componentinlinevirtual - SerializeInBlock(Archive &archive) overrideUrho3D::Serializablevirtual - SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable)Urho3D::Serializable - SetAttribute(unsigned index, const Variant &value)Urho3D::Serializable - SetAttribute(const ea::string &name, const Variant &value)Urho3D::Serializable - SetAutoSize(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline - SetBlockEvents(bool block)Urho3D::Objectinline - SetDocument(Rml::ElementDocument *document)Urho3D::RmlUIComponentprivate - SetEnabled(bool enable)Urho3D::Component - SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object - SetID(unsigned id)Urho3D::Componentprotected - SetInstanceDefault(bool enable)Urho3D::Serializableinline - SetInstanceDefault(const ea::string &name, const Variant &defaultValue)Urho3D::Serializable - setInstanceDefault_Urho3D::Serializableprotected - SetNode(Node *node)Urho3D::Componentprotected - SetPosition(Vector2 pos) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent - SetResource(const ResourceRef &resourceRef)Urho3D::RmlUIComponent - SetResource(const ea::string &resourceName) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent - SetSize(Vector2 size) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent - SetTemporary(bool enable)Urho3D::Serializable - SetterFunc typedef (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - SetUpdateEventMask(UpdateEventFlags mask)Urho3D::LogicComponent - SetUseNormalizedCoordinates(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline - size_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - Start()Urho3D::LogicComponentinlinevirtual - Stop()Urho3D::LogicComponentinlinevirtual - SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline - SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline - SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object - SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object - suppressRestoreFocus_Urho3D::RmlUIComponentprivate - temporary_Urho3D::Serializableprotected - TypeHierarchyUrho3D::Objectinlinestatic - typeRegister_Urho3D::RmlUIComponentprivate - UnsubscribeFromAllEvents()Urho3D::Object - UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object - UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object - UnsubscribeFromEvent(StringHash eventType)Urho3D::Object - UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object - UnsubscribeFromEvents(Object *sender)Urho3D::Object - Update(float timeStep) overrideUrho3D::RmlUIComponentvirtual - UpdateConnectedCanvas() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - UpdateDocumentOpen() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - updateEventMask_Urho3D::LogicComponentprivate - UpdateEventSubscription()Urho3D::LogicComponentprivate - UpdatePendingFocus() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - URHO3D_OBJECT(RmlUIComponent, LogicComponent) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - useNormalized_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate - WeakRefs() constUrho3D::RefCounted - WrapCallback(void(T::*callback)())Urho3D::RmlUIComponentinlineprotected - WrapCallback(void(T::*callback)(const Rml::VariantList &args)) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinlineprotected - ~Component() overrideUrho3D::Component - ~LogicComponent() overrideUrho3D::LogicComponent - ~Object() overrideUrho3D::Object - ~RefCounted()Urho3D::RefCountedvirtual - ~RmlUIComponent() overrideUrho3D::RmlUIComponent - ~Serializable() overrideUrho3D::Serializable + ScheduleFocusById(const ea::string &elementId)Urho3D::RmlUIComponentprotected + SendEvent(StringHash eventType)Urho3D::Object + SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object + SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline + SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object + Serializable(Context *context)Urho3D::Serializableexplicit + SerializeAuxiliaryData(Archive &archive)Urho3D::Componentinlinevirtual + SerializeInBlock(Archive &archive) overrideUrho3D::Serializablevirtual + SerializeInBlock(Archive &archive, bool serializeTemporary) (defined in Urho3D::Serializable)Urho3D::Serializable + SetAttribute(unsigned index, const Variant &value)Urho3D::Serializable + SetAttribute(const ea::string &name, const Variant &value)Urho3D::Serializable + SetAutoSize(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline + SetBlockEvents(bool block)Urho3D::Objectinline + SetDocument(Rml::ElementDocument *document)Urho3D::RmlUIComponentprivate + SetEnabled(bool enable)Urho3D::Component + SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object + SetID(unsigned id)Urho3D::Componentprotected + SetInstanceDefault(bool enable)Urho3D::Serializableinline + SetInstanceDefault(const ea::string &name, const Variant &defaultValue)Urho3D::Serializable + setInstanceDefault_Urho3D::Serializableprotected + SetNode(Node *node)Urho3D::Componentprotected + SetPosition(Vector2 pos) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent + SetResource(const ResourceRef &resourceRef)Urho3D::RmlUIComponent + SetResource(const ea::string &resourceName) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent + SetSize(Vector2 size) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponent + SetTemporary(bool enable)Urho3D::Serializable + SetterFunc typedef (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + SetUpdateEventMask(UpdateEventFlags mask)Urho3D::LogicComponent + SetUseNormalizedCoordinates(bool enable) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinline + size_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + Start()Urho3D::LogicComponentinlinevirtual + Stop()Urho3D::LogicComponentinlinevirtual + SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline + SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline + SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object + SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object + suppressRestoreFocus_Urho3D::RmlUIComponentprivate + temporary_Urho3D::Serializableprotected + TypeHierarchyUrho3D::Objectinlinestatic + typeRegister_Urho3D::RmlUIComponentprivate + UnsubscribeFromAllEvents()Urho3D::Object + UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object + UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object + UnsubscribeFromEvent(StringHash eventType)Urho3D::Object + UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object + UnsubscribeFromEvents(Object *sender)Urho3D::Object + Update(float timeStep) overrideUrho3D::RmlUIComponentvirtual + UpdateConnectedCanvas() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + UpdateDocumentOpen() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + updateEventMask_Urho3D::LogicComponentprivate + UpdateEventSubscription()Urho3D::LogicComponentprivate + UpdatePendingFocus() (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + URHO3D_OBJECT(RmlUIComponent, LogicComponent) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + useNormalized_ (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentprivate + WeakRefs() constUrho3D::RefCounted + WrapCallback(void(T::*callback)())Urho3D::RmlUIComponentinlineprotected + WrapCallback(void(T::*callback)(const Rml::VariantList &args)) (defined in Urho3D::RmlUIComponent)Urho3D::RmlUIComponentinlineprotected + ~Component() overrideUrho3D::Component + ~LogicComponent() overrideUrho3D::LogicComponent + ~Object() overrideUrho3D::Object + ~RefCounted()Urho3D::RefCountedvirtual + ~RmlUIComponent() overrideUrho3D::RmlUIComponent + ~Serializable() overrideUrho3D::Serializable diff --git a/docs/class_urho3_d_1_1_rml_u_i_component.html b/docs/class_urho3_d_1_1_rml_u_i_component.html index 26521555a..8d1e94d7e 100644 --- a/docs/class_urho3_d_1_1_rml_u_i_component.html +++ b/docs/class_urho3_d_1_1_rml_u_i_component.html @@ -636,6 +636,10 @@ void RestoreFocus ()  If current focus is invalid, focus on the first valid navigable element.
  + +void ScheduleFocusById (const ea::string &elementId) + Schedule element focus by ID on next update. This is useful when focus-ability is not updated yet.
bool IsVariableDirty (const ea::string &variableName)   diff --git a/docs/class_urho3_d_1_1_rml_u_i_component.js b/docs/class_urho3_d_1_1_rml_u_i_component.js index bde2a9ba5..7f03f1dac 100644 --- a/docs/class_urho3_d_1_1_rml_u_i_component.js +++ b/docs/class_urho3_d_1_1_rml_u_i_component.js @@ -45,6 +45,7 @@ var class_urho3_d_1_1_rml_u_i_component = [ "RegisterObject", "class_urho3_d_1_1_rml_u_i_component.html#a3e01164987adb63b3b6c6abf24a2061a", null ], [ "RemoveDataModel", "class_urho3_d_1_1_rml_u_i_component.html#a4bd3105a1f9c4f764fe42ed80f1f0962", null ], [ "RestoreFocus", "class_urho3_d_1_1_rml_u_i_component.html#a94a67c3e753fd60ec587f25ac77877c7", null ], + [ "ScheduleFocusById", "class_urho3_d_1_1_rml_u_i_component.html#a6f3c8f834fe434a64a90ba5c5874a458", null ], [ "SetAutoSize", "class_urho3_d_1_1_rml_u_i_component.html#a111aa4cc41d4f62d55b8c45194fdcd5a", null ], [ "SetDocument", "class_urho3_d_1_1_rml_u_i_component.html#ab10b0eea57016cbaf187fc999b7f7c80", null ], [ "SetPosition", "class_urho3_d_1_1_rml_u_i_component.html#a2d5d45ec7e3734b55a831fcbde122290", null ], diff --git a/docs/functions_func_s.html b/docs/functions_func_s.html index bdb5792cc..df3ed1faa 100644 --- a/docs/functions_func_s.html +++ b/docs/functions_func_s.html @@ -270,6 +270,9 @@

- s -

  • SceneResolver() : Urho3D::SceneResolver
  • +
  • ScheduleFocusById() +: Urho3D::RmlUIComponent +
  • ScreenToElement() : Urho3D::Sprite , Urho3D::UIElement @@ -2357,7 +2360,7 @@

    - s -

      : Urho3D::ParticleEffect
    • SetMinSize() -: Urho3D::UIElement +: Urho3D::UIElement
    • SetMinTimeToLive() : Urho3D::ParticleEffect @@ -2392,7 +2395,7 @@

      - s -

      • SetMode() : Urho3D::Audio , Urho3D::DebugHud -, Urho3D::Graphics +, Urho3D::Graphics
      • SetModel() : Urho3D::AnimatedModel @@ -2476,7 +2479,7 @@

        - s -

          , Urho3D::Resource , Urho3D::Thread , Urho3D::UIElement -, Urho3D::XMLElement +, Urho3D::XMLElement
        • SetNavigated() : Urho3D::RmlNavigable @@ -2664,7 +2667,7 @@

          - s -

            : Urho3D::Camera
          • SetOrthoSize() -: Urho3D::Camera +: Urho3D::Camera
          • SetOrthoSizeAttr() : Urho3D::Camera @@ -2860,7 +2863,7 @@

            - s -

              , Urho3D::RigidBody , Urho3D::SplinePath , Urho3D::Sprite -, Urho3D::UIElement +, Urho3D::UIElement
            • SetPositionAttr() : Urho3D::SoundSource @@ -3150,14 +3153,14 @@

              - s -

                : Urho3D::Matrix2 , Urho3D::Matrix3 , Urho3D::Matrix3x4 -, Urho3D::Matrix4 +, Urho3D::Matrix4 , Urho3D::ParticleGraphNodes::Box , Urho3D::ParticleGraphNodes::Circle , Urho3D::ParticleGraphNodes::Cone , Urho3D::ParticleGraphNodes::Hemisphere , Urho3D::ParticleGraphNodes::Sphere , Urho3D::RmlUI -, Urho3D::Sprite +, Urho3D::Sprite , Urho3D::UI
              • SetScaleCorrection() @@ -3214,7 +3217,7 @@

                - s -

                  : Urho3D::Actions::Sequence
                • SetSelected() -: Urho3D::SceneSelection +: Urho3D::SceneSelection , Urho3D::UIElement
                • SetSelection() @@ -3496,7 +3499,7 @@

                  - s -

                    : Urho3D::XMLElement
                  • SetStyle() -: Urho3D::UIElement +: Urho3D::UIElement
                  • SetStyleAuto() : Urho3D::UIElement @@ -3731,7 +3734,7 @@

                    - s -

                      , Urho3D::Variant
                    • SetUICustomSize() -: Urho3D::ApplicationState +: Urho3D::ApplicationState
                    • SetUIElement() : Urho3D::DirectionAggregator @@ -3853,7 +3856,7 @@

                      - s -

                        : Urho3D::StaticSprite2D
                      • SetUVTransform() -: Urho3D::Material +: Urho3D::Material
                      • SetValue() : Urho3D::AnimatedAttributeReference @@ -3879,7 +3882,7 @@

                        - s -

                        • SetVariable() : Urho3D::ConfigFile -, Urho3D::XPathQuery +, Urho3D::XPathQuery
                        • SetVariant() : Urho3D::JSONValue @@ -4041,7 +4044,7 @@

                          - s -

                            : Urho3D::Graphics
                          • SetWindowPosition() -: Urho3D::Graphics +: Urho3D::Graphics
                          • SetWindowTitle() : Urho3D::Graphics @@ -4263,7 +4266,7 @@

                            - s -

                            • Sphere() : Urho3D::ParticleGraphNodes::Sphere -, Urho3D::Sphere +, Urho3D::Sphere
                            • SphereCast() : Urho3D::PhysicsWorld @@ -4272,19 +4275,19 @@

                              - s -

                                : Urho3D::SphereOctreeQuery
                              • SphericalHarmonics9() -: Urho3D::SphericalHarmonics9 +: Urho3D::SphericalHarmonics9
                              • SphericalHarmonicsColor9() -: Urho3D::SphericalHarmonicsColor9 +: Urho3D::SphericalHarmonicsColor9
                              • SphericalHarmonicsDot9() -: Urho3D::SphericalHarmonicsDot9 +: Urho3D::SphericalHarmonicsDot9
                              • SplashScreen() : Urho3D::SplashScreen
                              • Spline() -: Urho3D::Spline +: Urho3D::Spline
                              • SplineInterpolation() : Urho3D::ValueAnimation @@ -4483,7 +4486,7 @@

                                - s -

                                  : Urho3D::StretchableSprite2D
                                • StringHash() -: Urho3D::StringHash +: Urho3D::StringHash
                                • StringHashRegister() : Urho3D::StringHashRegister @@ -4496,7 +4499,7 @@

                                  - s -

                                    : Urho3D::Object
                                  • SubscribeToEventManual() -: Urho3D::Object +: Urho3D::Object
                                  • SubscribeWithSender() : Urho3D::PrioritySignal< void(Args...), Priority, Sender > diff --git a/docs/functions_s.html b/docs/functions_s.html index 68af3c2ae..d833558cb 100644 --- a/docs/functions_s.html +++ b/docs/functions_s.html @@ -357,6 +357,9 @@

                                    - s -

                                    • SceneResolver() : Urho3D::SceneResolver
                                    • +
                                    • ScheduleFocusById() +: Urho3D::RmlUIComponent +
                                    • scheme_ : Urho3D::FileIdentifier , Urho3D::MountedDirectory @@ -2878,7 +2881,7 @@

                                      - s -

                                        : Urho3D::Camera
                                      • SetOrthoSize() -: Urho3D::Camera +: Urho3D::Camera
                                      • SetOrthoSizeAttr() : Urho3D::Camera @@ -2958,7 +2961,7 @@

                                        - s -

                                          : Urho3D::Engine
                                        • SetParameters() -: Urho3D::Texture +: Urho3D::Texture
                                        • SetParent() : Urho3D::UIElement @@ -3031,7 +3034,7 @@

                                          - s -

                                            , Urho3D::UIElement
                                          • SetPixel() -: Urho3D::Image +: Urho3D::Image
                                          • SetPixelInt() : Urho3D::Image @@ -3073,7 +3076,7 @@

                                            - s -

                                              , Urho3D::ModelVertex , Urho3D::RigidBody , Urho3D::SplinePath -, Urho3D::Sprite +, Urho3D::Sprite , Urho3D::UIElement
                                            • SetPositionAttr() @@ -3096,7 +3099,7 @@

                                              - s -

                                                : Urho3D::Button
                                              • SetPressedChildOffset() -: Urho3D::Button +: Urho3D::Button
                                              • SetPressedOffset() : Urho3D::Button @@ -3177,7 +3180,7 @@

                                                - s -

                                                  : Urho3D::Geometry
                                                • SetRawVertexData() -: Urho3D::Geometry +: Urho3D::Geometry
                                                • SetReach() : Urho3D::SoundSource @@ -3361,9 +3364,9 @@

                                                  - s -

                                                    : Urho3D::Script
                                                  • SetScale() -: Urho3D::Matrix2 +: Urho3D::Matrix2 , Urho3D::Matrix3 -, Urho3D::Matrix3x4 +, Urho3D::Matrix3x4 , Urho3D::Matrix4 , Urho3D::ParticleGraphNodes::Box , Urho3D::ParticleGraphNodes::Circle @@ -3519,7 +3522,7 @@

                                                    - s -

                                                      : Urho3D::Camera
                                                    • SetShape() -: Urho3D::Cursor +: Urho3D::Cursor
                                                    • SetShapesAttr() : Urho3D::Cursor @@ -3556,7 +3559,7 @@

                                                      - s -

                                                        , Urho3D::Texture3D , Urho3D::TextureCube , Urho3D::UIElement -, Urho3D::VertexBuffer +, Urho3D::VertexBuffer
                                                      • SetSizeAdd() : Urho3D::ParticleEffect @@ -3710,7 +3713,7 @@

                                                        - s -

                                                          : Urho3D::XMLElement
                                                        • SetStyle() -: Urho3D::UIElement +: Urho3D::UIElement
                                                        • SetStyleAuto() : Urho3D::UIElement @@ -3951,7 +3954,7 @@

                                                          - s -

                                                            , Urho3D::Variant
                                                          • SetUICustomSize() -: Urho3D::ApplicationState +: Urho3D::ApplicationState
                                                          • SetUIElement() : Urho3D::DirectionAggregator @@ -4099,7 +4102,7 @@

                                                            - s -

                                                            • SetVariable() : Urho3D::ConfigFile -, Urho3D::XPathQuery +, Urho3D::XPathQuery
                                                            • SetVariant() : Urho3D::JSONValue @@ -4261,7 +4264,7 @@

                                                              - s -

                                                                : Urho3D::Graphics
                                                              • SetWindowPosition() -: Urho3D::Graphics +: Urho3D::Graphics
                                                              • SetWindowTitle() : Urho3D::Graphics @@ -4308,7 +4311,7 @@

                                                                - s -

                                                                  : Urho3D::GraphicsSettings
                                                                • ShaderDefineArray() -: Urho3D::ShaderDefineArray +: Urho3D::ShaderDefineArray
                                                                • shaderErrorDisplayed_ : Urho3D::Renderer @@ -4320,7 +4323,7 @@

                                                                  - s -

                                                                    : Urho3D::Actions::ShaderParameterAction
                                                                  • ShaderParameterAnimationInfo() -: Urho3D::ShaderParameterAnimationInfo +: Urho3D::ShaderParameterAnimationInfo
                                                                  • shaderParameterAnimationInfos_ : Urho3D::Material @@ -4497,7 +4500,7 @@

                                                                    - s -

                                                                      : Urho3D::RmlUI
                                                                    • SignalSubscription() -: Urho3D::Detail::SignalSubscription< Handler > +: Urho3D::Detail::SignalSubscription< Handler >
                                                                    • SignedAngle() : Urho3D::Vector2 @@ -4847,7 +4850,7 @@

                                                                      - s -

                                                                      • Sphere() : Urho3D::ParticleGraphNodes::Sphere -, Urho3D::Sphere +, Urho3D::Sphere
                                                                      • sphere_ : Urho3D::SphereOctreeQuery @@ -4859,17 +4862,17 @@

                                                                        - s -

                                                                          : Urho3D::SphereOctreeQuery
                                                                        • SphericalHarmonics9() -: Urho3D::SphericalHarmonics9 +: Urho3D::SphericalHarmonics9
                                                                        • sphericalHarmonics_ : Urho3D::LightAccumulator , Urho3D::LightProbeCollectionBakedData
                                                                        • SphericalHarmonicsColor9() -: Urho3D::SphericalHarmonicsColor9 +: Urho3D::SphericalHarmonicsColor9
                                                                        • SphericalHarmonicsDot9() -: Urho3D::SphericalHarmonicsDot9 +: Urho3D::SphericalHarmonicsDot9
                                                                        • SplashScreen() : Urho3D::SplashScreen @@ -5230,7 +5233,7 @@

                                                                          - s -

                                                                            : Urho3D::InputMap
                                                                          • StringHash() -: Urho3D::StringHash +: Urho3D::StringHash
                                                                          • StringHashRegister() : Urho3D::StringHashRegister @@ -5276,10 +5279,10 @@

                                                                            - s -

                                                                              : Urho3D::PipelineStateTracker
                                                                            • SubscribeToEvent() -: Urho3D::Object +: Urho3D::Object
                                                                            • SubscribeToEventManual() -: Urho3D::Object +: Urho3D::Object
                                                                            • SubscribeWithSender() : Urho3D::PrioritySignal< void(Args...), Priority, Sender > @@ -5390,7 +5393,7 @@

                                                                              - s -

                                                                                : Urho3D::FileSystem
                                                                              • SystemRun() -: Urho3D::FileSystem +: Urho3D::FileSystem
                                                                              • SystemRunAsync() : Urho3D::FileSystem diff --git a/docs/navtreedata.js b/docs/navtreedata.js index 47f809b03..e90ececa0 100644 --- a/docs/navtreedata.js +++ b/docs/navtreedata.js @@ -116,39 +116,39 @@ var NAVTREEINDEX = "class_urho3_d_1_1_resource_cache.html#ad0a8e0e3e308b6ccae0cfc1ca4fa9e84", "class_urho3_d_1_1_rigid_body2_d.html#a1d12210f2b73b7fd4d39f9e6e5697cf5", "class_urho3_d_1_1_rml_u_i_component.html#a3e01164987adb63b3b6c6abf24a2061a", -"class_urho3_d_1_1_scene_processor.html#ab6428d9678cab8fd4cdbd616d5a3066a", -"class_urho3_d_1_1_scroll_view.html#acf6903ef22a178b70e09ab99fd36d8aa", -"class_urho3_d_1_1_shader_program_compositor.html#a69645135e95a1c6ba081652d8376c5bf", -"class_urho3_d_1_1_slider.html#a33d3113310465e389245171b3ba6f578", -"class_urho3_d_1_1_sphere.html#a75e735e36257e99a58d20ed7939a9009", -"class_urho3_d_1_1_sprite_sheet2_d.html#af1f7f9e6803f92fb72025623cc5b82a5", -"class_urho3_d_1_1_stereo_render_pipeline_view.html#a06cdccc2b5cfb229c214d79b5da3b747", -"class_urho3_d_1_1_terrain.html#a535cbc0e83b9da90b0cefe28d71a8bf0", -"class_urho3_d_1_1_text.html#acce2275e97c18c180ed5ff719bd24032", -"class_urho3_d_1_1_texture3_d.html#af5bbb59cf94decabc360b5e1b6b4d9b7", -"class_urho3_d_1_1_tmx_image_layer2_d.html#ad7facda6703bf46fb35e9c45589f4668", -"class_urho3_d_1_1_u_i.html#a23f570eb03c6c16dcce751c33c63c2e3", -"class_urho3_d_1_1_u_i_element.html#a383c549085ebcf7520f4d04d1b065e2e", -"class_urho3_d_1_1_u_r_l.html", -"class_urho3_d_1_1_variant.html#a65299c4b0699242849985310f2f13a6e", -"class_urho3_d_1_1_vector2.html#a936017fefa5bdeaa10cf6cfa860a8993", -"class_urho3_d_1_1_viewport.html#ae8e96980badde1e3e0fb78ace6692077", -"class_urho3_d_1_1_work_queue.html#abb56529a0c97476653832239264b13c7", -"class_urho3_d_1_1_x_m_l_output_archive.html#a11ea869d8ef9e7571ec45edbbef3275f", -"functions_func_c.html", -"struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2c3d74d2a7750eafac47340b5b18cdae", -"struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#ab2a30222f69ec49336e9c6ab907eadc3", -"struct_urho3_d_1_1_clock_synchronizer_message.html#a664db36941c3ae394d1773bcd76acfe7", -"struct_urho3_d_1_1_debug_frame_snapshot_quad.html#a13c0a2830c8439b54ef6e7686d7ff45f", -"struct_urho3_d_1_1_file_selector_entry.html#acdfa8e29ccccb40048f0762f0b66c38f", -"struct_urho3_d_1_1_i_k_solver_component_1_1_bend_calculation_params.html", -"struct_urho3_d_1_1_lightmap_charting_settings.html", -"struct_urho3_d_1_1_numeric_range.html#a840d3ca1e7a7934bf479a8b5becbf9f1", -"struct_urho3_d_1_1_pipeline_batch_back_to_front.html#a165ba4967d3e1084e79ccdfbc9237d85", -"struct_urho3_d_1_1_resource_ref_list.html#a8451f4c21479660e4cd25fd50f6bd0af", -"struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a760b33a14f374e0fdbcebe187a1a3c71", -"struct_urho3_d_1_1_tile_map_info2_d.html#aa4a8761f376eedc60d7dde7d6b64c2d3", -"union_urho3_d_1_1_variant_value.html#ad0bb7278b9daae9f3ef4e0e6d104e3c6" +"class_urho3_d_1_1_scene_processor.html#ab403528f41d5deb899fb6f267ba369b9", +"class_urho3_d_1_1_scroll_view.html#acd5bbe77d0cd273aa3a07cc42d9267d8", +"class_urho3_d_1_1_shader_program_compositor.html#a5a2b3072275420e56a9022cf04bb8599", +"class_urho3_d_1_1_slider.html#a2a5e5618af13eade287c45f26b59e224", +"class_urho3_d_1_1_sphere.html#a72db7567431d6ca0b1edb796bf011602", +"class_urho3_d_1_1_sprite_sheet2_d.html#aefed6901c0e7dedbe28ea049008bd13c", +"class_urho3_d_1_1_stereo_render_pipeline_view.html", +"class_urho3_d_1_1_terrain.html#a51fbc0204761e4ef937717d4b7cbadb3", +"class_urho3_d_1_1_text.html#aca704d582ab783981479d08b95514443", +"class_urho3_d_1_1_texture3_d.html#ac3159a39a0ca8edaa9662a96326caade", +"class_urho3_d_1_1_tmx_image_layer2_d.html#ab9c4238e283c642d652b3ac8fb3076ea", +"class_urho3_d_1_1_u_i.html#a23cf98e9287bfb2307ed8a17315180fe", +"class_urho3_d_1_1_u_i_element.html#a38150137b3aeb0b51fac2a0445161889", +"class_urho3_d_1_1_u_i_selectable.html#af0e65afcd9b3dfe45d7eafe0c64554f8", +"class_urho3_d_1_1_variant.html#a64c9a906b491af3560dc2fb843c5a195", +"class_urho3_d_1_1_vector2.html#a83b60623c2167f47ee53737e46d145ed", +"class_urho3_d_1_1_viewport.html#ae77cb162865a6fa07a3380ba3e169a19", +"class_urho3_d_1_1_work_queue.html#ab71bb3d5e02605af4eeb65a6fda798cb", +"class_urho3_d_1_1_x_m_l_output_archive.html", +"functions_func_b.html", +"struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2ab8c040bbc3b1fda3667c60c20b09ed", +"struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a9b20e4cb34c5ab6cb6ab14d628deefdd", +"struct_urho3_d_1_1_clock_synchronizer_message.html#a60876b27ce259389876e728503601a7e", +"struct_urho3_d_1_1_debug_frame_snapshot_quad.html", +"struct_urho3_d_1_1_file_selector_entry.html#a1fd617d3e446d6f4a62b8d35d6061464", +"struct_urho3_d_1_1_i_k_settings.html#a4e1102ded4f106f7fe4e149a0b924144", +"struct_urho3_d_1_1_lightmap_chart_region.html#ad41252bd80c90f53903d90461c7d6482", +"struct_urho3_d_1_1_numeric_range.html#a77f4abe1faa9213d1076d9e8036a3471", +"struct_urho3_d_1_1_pipeline_batch_back_to_front.html", +"struct_urho3_d_1_1_resource_ref_list.html#a2eddd663043605d1ddef851a60ea3a0a", +"struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a364c84a2026b220fa9a74d2d31864ac4", +"struct_urho3_d_1_1_tile_map_info2_d.html#a7ebc1b77bd654ff5f322d0c887a9d1ae", +"union_urho3_d_1_1_variant_value.html#acfd4557c865167f8a7059197402fbac8" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/navtreeindex56.js b/docs/navtreeindex56.js index 764e9d378..0ad7797b5 100644 --- a/docs/navtreeindex56.js +++ b/docs/navtreeindex56.js @@ -225,12 +225,12 @@ var NAVTREEINDEX56 = "class_urho3_d_1_1_rml_u_i.html#afb57d899173d9d79f071564a64e66d6a":[8,0,2,607,10], "class_urho3_d_1_1_rml_u_i.html#afe8acf712100ebb0cd2462f4e0acc950":[8,0,2,607,23], "class_urho3_d_1_1_rml_u_i_component.html":[8,0,2,608], -"class_urho3_d_1_1_rml_u_i_component.html#a014f41e735eca20d2579f9c9479644db":[8,0,2,608,48], -"class_urho3_d_1_1_rml_u_i_component.html#a0319a541d60ed16c75762882066f7b00":[8,0,2,608,71], -"class_urho3_d_1_1_rml_u_i_component.html#a07767c11f2587f5534caac9309c0f4d3":[8,0,2,608,50], +"class_urho3_d_1_1_rml_u_i_component.html#a014f41e735eca20d2579f9c9479644db":[8,0,2,608,49], +"class_urho3_d_1_1_rml_u_i_component.html#a0319a541d60ed16c75762882066f7b00":[8,0,2,608,72], +"class_urho3_d_1_1_rml_u_i_component.html#a07767c11f2587f5534caac9309c0f4d3":[8,0,2,608,51], "class_urho3_d_1_1_rml_u_i_component.html#a0c72a53d6f1ea0bec3c6fa1710836f9d":[8,0,2,608,19], -"class_urho3_d_1_1_rml_u_i_component.html#a10eb5419af3a420d406c668840ee369a":[8,0,2,608,51], -"class_urho3_d_1_1_rml_u_i_component.html#a111aa4cc41d4f62d55b8c45194fdcd5a":[8,0,2,608,45], +"class_urho3_d_1_1_rml_u_i_component.html#a10eb5419af3a420d406c668840ee369a":[8,0,2,608,52], +"class_urho3_d_1_1_rml_u_i_component.html#a111aa4cc41d4f62d55b8c45194fdcd5a":[8,0,2,608,46], "class_urho3_d_1_1_rml_u_i_component.html#a1427df9582469bb6c5b0e2b684184e20":[8,0,2,608,4], "class_urho3_d_1_1_rml_u_i_component.html#a185126014d17f9cb8103eee6233ce405":[8,0,2,608,1], "class_urho3_d_1_1_rml_u_i_component.html#a1a0d5b8e439529c18d7d26fd91e60a8a":[8,0,2,608,41], @@ -240,14 +240,14 @@ var NAVTREEINDEX56 = "class_urho3_d_1_1_rml_u_i_component.html#a1ea449ca5e9ec22a22f5e06d36a2cf3e":[8,0,2,608,18], "class_urho3_d_1_1_rml_u_i_component.html#a22f6370f2787b86922986b54580f4416":[8,0,2,608,36], "class_urho3_d_1_1_rml_u_i_component.html#a29c8cf846f0ceac4bb9a12247f7a7f4a":[8,0,2,608,7], -"class_urho3_d_1_1_rml_u_i_component.html#a2a3cd389f4a1313cf514f21bd04e38bc":[8,0,2,608,58], +"class_urho3_d_1_1_rml_u_i_component.html#a2a3cd389f4a1313cf514f21bd04e38bc":[8,0,2,608,59], "class_urho3_d_1_1_rml_u_i_component.html#a2adbae0fe9a6da11fa10b8ad8c6448b7":[8,0,2,608,30], "class_urho3_d_1_1_rml_u_i_component.html#a2cdb905888f369c530fec01ef9e3f4de":[8,0,2,608,21], -"class_urho3_d_1_1_rml_u_i_component.html#a2d5d45ec7e3734b55a831fcbde122290":[8,0,2,608,47], -"class_urho3_d_1_1_rml_u_i_component.html#a2dc06c185b2fd5d807deda70f61fa63c":[8,0,2,608,55], -"class_urho3_d_1_1_rml_u_i_component.html#a2f627a252f790fc8082652409bf8c5f8":[8,0,2,608,63], +"class_urho3_d_1_1_rml_u_i_component.html#a2d5d45ec7e3734b55a831fcbde122290":[8,0,2,608,48], +"class_urho3_d_1_1_rml_u_i_component.html#a2dc06c185b2fd5d807deda70f61fa63c":[8,0,2,608,56], +"class_urho3_d_1_1_rml_u_i_component.html#a2f627a252f790fc8082652409bf8c5f8":[8,0,2,608,64], "class_urho3_d_1_1_rml_u_i_component.html#a3109decc3c7613337b00c5c2932a18d2":[8,0,2,608,33], "class_urho3_d_1_1_rml_u_i_component.html#a334787c35ee308d0bb9c3e9f845957e9":[8,0,2,608,40], "class_urho3_d_1_1_rml_u_i_component.html#a34a68eec36966ee4f19daf323b9b6183":[8,0,2,608,0], -"class_urho3_d_1_1_rml_u_i_component.html#a3ae6ee139642bc05b7d48348d3afec19":[8,0,2,608,60] +"class_urho3_d_1_1_rml_u_i_component.html#a3ae6ee139642bc05b7d48348d3afec19":[8,0,2,608,61] }; diff --git a/docs/navtreeindex57.js b/docs/navtreeindex57.js index 59cfcfb25..a6e30e2f8 100644 --- a/docs/navtreeindex57.js +++ b/docs/navtreeindex57.js @@ -4,50 +4,51 @@ var NAVTREEINDEX57 = "class_urho3_d_1_1_rml_u_i_component.html#a41b01e769e19a2257c80510075d9ad77":[8,0,2,608,17], "class_urho3_d_1_1_rml_u_i_component.html#a46942206ab0399cbe640a89f78eb4ee8":[8,0,2,608,6], "class_urho3_d_1_1_rml_u_i_component.html#a486875eaa6d2a8fceeb7a0d232981263":[8,0,2,608,35], -"class_urho3_d_1_1_rml_u_i_component.html#a4b2f79437b2058df534d8f0bfd2a173f":[8,0,2,608,59], +"class_urho3_d_1_1_rml_u_i_component.html#a4b2f79437b2058df534d8f0bfd2a173f":[8,0,2,608,60], "class_urho3_d_1_1_rml_u_i_component.html#a4bd3105a1f9c4f764fe42ed80f1f0962":[8,0,2,608,43], "class_urho3_d_1_1_rml_u_i_component.html#a51639da8989f4299781ce6f2a5857839":[8,0,2,608,9], -"class_urho3_d_1_1_rml_u_i_component.html#a54756b8bdc8ed31e0000b101dada18c6":[8,0,2,608,61], +"class_urho3_d_1_1_rml_u_i_component.html#a54756b8bdc8ed31e0000b101dada18c6":[8,0,2,608,62], "class_urho3_d_1_1_rml_u_i_component.html#a60e37783815d2680d447ad59b5a0747f":[8,0,2,608,11], "class_urho3_d_1_1_rml_u_i_component.html#a62199136994d537bb1c250f4a517267a":[8,0,2,608,26], "class_urho3_d_1_1_rml_u_i_component.html#a62cd8c66a61f45a44a12cdc2f42758f1":[8,0,2,608,31], "class_urho3_d_1_1_rml_u_i_component.html#a65561b534f59735a0d658754ec0f140d":[8,0,2,608,2], "class_urho3_d_1_1_rml_u_i_component.html#a6d3f0cbf8ccfe065275a8ccf0aa1f2af":[8,0,2,608,37], -"class_urho3_d_1_1_rml_u_i_component.html#a6e4f45475aab36a442d83826cc05bde1":[8,0,2,608,66], +"class_urho3_d_1_1_rml_u_i_component.html#a6e4f45475aab36a442d83826cc05bde1":[8,0,2,608,67], +"class_urho3_d_1_1_rml_u_i_component.html#a6f3c8f834fe434a64a90ba5c5874a458":[8,0,2,608,45], "class_urho3_d_1_1_rml_u_i_component.html#a79b098d122c00472c640a891c27ddf6b":[8,0,2,608,13], "class_urho3_d_1_1_rml_u_i_component.html#a7d0b1459159116895d70c4fb57643e49":[8,0,2,608,3], -"class_urho3_d_1_1_rml_u_i_component.html#a84497f4c8b736894617196fd3f3d5956":[8,0,2,608,62], -"class_urho3_d_1_1_rml_u_i_component.html#a88f3aed2c26cd270157d0755bf9636b0":[8,0,2,608,68], +"class_urho3_d_1_1_rml_u_i_component.html#a84497f4c8b736894617196fd3f3d5956":[8,0,2,608,63], +"class_urho3_d_1_1_rml_u_i_component.html#a88f3aed2c26cd270157d0755bf9636b0":[8,0,2,608,69], "class_urho3_d_1_1_rml_u_i_component.html#a8a85c23fee970bf480a5140ab6191dd8":[8,0,2,608,8], -"class_urho3_d_1_1_rml_u_i_component.html#a93a265bfd37e3fc3a3ab473fb25229c9":[8,0,2,608,53], +"class_urho3_d_1_1_rml_u_i_component.html#a93a265bfd37e3fc3a3ab473fb25229c9":[8,0,2,608,54], "class_urho3_d_1_1_rml_u_i_component.html#a94a67c3e753fd60ec587f25ac77877c7":[8,0,2,608,44], -"class_urho3_d_1_1_rml_u_i_component.html#a98a55833ab397053f437763a97958883":[8,0,2,608,49], +"class_urho3_d_1_1_rml_u_i_component.html#a98a55833ab397053f437763a97958883":[8,0,2,608,50], "class_urho3_d_1_1_rml_u_i_component.html#a9cc096a2875cbbfeace400744f9c25e9":[8,0,2,608,16], "class_urho3_d_1_1_rml_u_i_component.html#aa009314842a35e251ecdb4f8e08e7945":[8,0,2,608,22], "class_urho3_d_1_1_rml_u_i_component.html#aabc86b3e561fc6685ce7d6b4e8839963":[8,0,2,608,39], -"class_urho3_d_1_1_rml_u_i_component.html#aae6117cb5343344e520b5572dbb3589a":[8,0,2,608,56], -"class_urho3_d_1_1_rml_u_i_component.html#aae7022a89e219e3a4bd297a5a0870bdc":[8,0,2,608,70], -"class_urho3_d_1_1_rml_u_i_component.html#ab10b0eea57016cbaf187fc999b7f7c80":[8,0,2,608,46], +"class_urho3_d_1_1_rml_u_i_component.html#aae6117cb5343344e520b5572dbb3589a":[8,0,2,608,57], +"class_urho3_d_1_1_rml_u_i_component.html#aae7022a89e219e3a4bd297a5a0870bdc":[8,0,2,608,71], +"class_urho3_d_1_1_rml_u_i_component.html#ab10b0eea57016cbaf187fc999b7f7c80":[8,0,2,608,47], "class_urho3_d_1_1_rml_u_i_component.html#ab7332439e900d11295599d6b55775134":[8,0,2,608,32], -"class_urho3_d_1_1_rml_u_i_component.html#ab94d8b970026333d80a07258f031f2a8":[8,0,2,608,72], -"class_urho3_d_1_1_rml_u_i_component.html#abbdde7af237e597a2f4d986efec2efa0":[8,0,2,608,57], -"class_urho3_d_1_1_rml_u_i_component.html#abcca14b89ef8fecf9b4ca8f5d4ddca9b":[8,0,2,608,65], -"class_urho3_d_1_1_rml_u_i_component.html#abeaf30e644601a600477e400267e3d69":[8,0,2,608,52], +"class_urho3_d_1_1_rml_u_i_component.html#ab94d8b970026333d80a07258f031f2a8":[8,0,2,608,73], +"class_urho3_d_1_1_rml_u_i_component.html#abbdde7af237e597a2f4d986efec2efa0":[8,0,2,608,58], +"class_urho3_d_1_1_rml_u_i_component.html#abcca14b89ef8fecf9b4ca8f5d4ddca9b":[8,0,2,608,66], +"class_urho3_d_1_1_rml_u_i_component.html#abeaf30e644601a600477e400267e3d69":[8,0,2,608,53], "class_urho3_d_1_1_rml_u_i_component.html#ad47f295a30e0f9eea4f0505a479423f7":[8,0,2,608,14], "class_urho3_d_1_1_rml_u_i_component.html#ad52c26e379a0f236d26d281094e37512":[8,0,2,608,29], "class_urho3_d_1_1_rml_u_i_component.html#adb9b7e4f84bc6d36240e3b199a0f7a1d":[8,0,2,608,25], "class_urho3_d_1_1_rml_u_i_component.html#add66052304354e2033dce4f796f1a3de":[8,0,2,608,34], "class_urho3_d_1_1_rml_u_i_component.html#ae0416281c84bd4c82eea5a742f93ea17":[8,0,2,608,15], -"class_urho3_d_1_1_rml_u_i_component.html#ae5f6d25e0f8ccb4209eff15d3dabea5d":[8,0,2,608,64], +"class_urho3_d_1_1_rml_u_i_component.html#ae5f6d25e0f8ccb4209eff15d3dabea5d":[8,0,2,608,65], "class_urho3_d_1_1_rml_u_i_component.html#ae86133cb5384b98c0f1105f6475b5bff":[8,0,2,608,10], -"class_urho3_d_1_1_rml_u_i_component.html#aea674b6bacf220a8d6ff2000caf7c89f":[8,0,2,608,69], +"class_urho3_d_1_1_rml_u_i_component.html#aea674b6bacf220a8d6ff2000caf7c89f":[8,0,2,608,70], "class_urho3_d_1_1_rml_u_i_component.html#aec70f2605470691d16aeb3d09f2ddaae":[8,0,2,608,12], "class_urho3_d_1_1_rml_u_i_component.html#aee521145fad68e2eb6bd6d4de10e1a93":[8,0,2,608,27], -"class_urho3_d_1_1_rml_u_i_component.html#aeed57283e1e80b4b87e1057ec22d24f3":[8,0,2,608,54], +"class_urho3_d_1_1_rml_u_i_component.html#aeed57283e1e80b4b87e1057ec22d24f3":[8,0,2,608,55], "class_urho3_d_1_1_rml_u_i_component.html#af069c2939c4d67547438b4f3571eb2af":[8,0,2,608,23], "class_urho3_d_1_1_rml_u_i_component.html#af6dbbbd735b5db7ded71bcf83db7e5f7":[8,0,2,608,20], "class_urho3_d_1_1_rml_u_i_component.html#afcaaa200568ba110ff7ffb45fe33cbd1":[8,0,2,608,28], -"class_urho3_d_1_1_rml_u_i_component.html#afeda7b0f836e5e51be4aa1f4dbaac777":[8,0,2,608,67], +"class_urho3_d_1_1_rml_u_i_component.html#afeda7b0f836e5e51be4aa1f4dbaac777":[8,0,2,608,68], "class_urho3_d_1_1_runtime_exception.html":[8,0,2,609], "class_urho3_d_1_1_runtime_exception.html#a199d4bae57d110ce157415aaf6701704":[8,0,2,609,4], "class_urho3_d_1_1_runtime_exception.html#a35aee81d0685d7165699783e4f66bdcf":[8,0,2,609,2], @@ -248,6 +249,5 @@ var NAVTREEINDEX57 = "class_urho3_d_1_1_scene_processor.html#aa9adc43daca6733be02a669a1dad821a":[8,0,2,615,35], "class_urho3_d_1_1_scene_processor.html#aaa700210dac130df8ca200048915b42a":[8,0,2,615,46], "class_urho3_d_1_1_scene_processor.html#aab7fd91002795b1313acd2d77bf260d3":[8,0,2,615,50], -"class_urho3_d_1_1_scene_processor.html#aac982c8e3dd0635972767a28705e9328":[8,0,2,615,14], -"class_urho3_d_1_1_scene_processor.html#ab403528f41d5deb899fb6f267ba369b9":[8,0,2,615,1] +"class_urho3_d_1_1_scene_processor.html#aac982c8e3dd0635972767a28705e9328":[8,0,2,615,14] }; diff --git a/docs/navtreeindex58.js b/docs/navtreeindex58.js index dbd65534d..7ead09654 100644 --- a/docs/navtreeindex58.js +++ b/docs/navtreeindex58.js @@ -1,5 +1,6 @@ var NAVTREEINDEX58 = { +"class_urho3_d_1_1_scene_processor.html#ab403528f41d5deb899fb6f267ba369b9":[8,0,2,615,1], "class_urho3_d_1_1_scene_processor.html#ab6428d9678cab8fd4cdbd616d5a3066a":[8,0,2,615,17], "class_urho3_d_1_1_scene_processor.html#ac203ba6caf24d084b7ba4bbcb9b4c9e1":[8,0,2,615,22], "class_urho3_d_1_1_scene_processor.html#acb81547431196527680edf9fd5d4e200":[8,0,2,615,13], @@ -248,6 +249,5 @@ var NAVTREEINDEX58 = "class_urho3_d_1_1_scroll_view.html#ab9a9e565158a471005acb21e8d161587":[8,0,2,627,6], "class_urho3_d_1_1_scroll_view.html#abdf5fa3ea82c4000e389b8ef87b6ef56":[8,0,2,627,48], "class_urho3_d_1_1_scroll_view.html#ac218394e3ec5923bcd85e975818a9f99":[8,0,2,627,33], -"class_urho3_d_1_1_scroll_view.html#ac4a8f1db2a0ec467e9696b53661b876b":[8,0,2,627,50], -"class_urho3_d_1_1_scroll_view.html#acd5bbe77d0cd273aa3a07cc42d9267d8":[8,0,2,627,23] +"class_urho3_d_1_1_scroll_view.html#ac4a8f1db2a0ec467e9696b53661b876b":[8,0,2,627,50] }; diff --git a/docs/navtreeindex59.js b/docs/navtreeindex59.js index 37e137e5f..8a0bc0695 100644 --- a/docs/navtreeindex59.js +++ b/docs/navtreeindex59.js @@ -1,5 +1,6 @@ var NAVTREEINDEX59 = { +"class_urho3_d_1_1_scroll_view.html#acd5bbe77d0cd273aa3a07cc42d9267d8":[8,0,2,627,23], "class_urho3_d_1_1_scroll_view.html#acf6903ef22a178b70e09ab99fd36d8aa":[8,0,2,627,37], "class_urho3_d_1_1_scroll_view.html#ad85bc0d4e96d85303cfcd7eefa7f6213":[8,0,2,627,57], "class_urho3_d_1_1_scroll_view.html#ada1100bb04166f0d5c8201ba6662df7b":[8,0,2,627,43], @@ -248,6 +249,5 @@ var NAVTREEINDEX59 = "class_urho3_d_1_1_shader_program_compositor.html#a2c2774daa4b21f86bb05311f8e863167":[8,0,2,639,10], "class_urho3_d_1_1_shader_program_compositor.html#a2dc60bb3f327420ad68b0cbbde133394":[8,0,2,639,0], "class_urho3_d_1_1_shader_program_compositor.html#a3295786a271d73f1dddf7d676c4e6bf5":[8,0,2,639,4], -"class_urho3_d_1_1_shader_program_compositor.html#a4fc88574cbb3ad83136714f355385eb8":[8,0,2,639,8], -"class_urho3_d_1_1_shader_program_compositor.html#a5a2b3072275420e56a9022cf04bb8599":[8,0,2,639,15] +"class_urho3_d_1_1_shader_program_compositor.html#a4fc88574cbb3ad83136714f355385eb8":[8,0,2,639,8] }; diff --git a/docs/navtreeindex60.js b/docs/navtreeindex60.js index 81b53cac3..49bb4b08c 100644 --- a/docs/navtreeindex60.js +++ b/docs/navtreeindex60.js @@ -1,5 +1,6 @@ var NAVTREEINDEX60 = { +"class_urho3_d_1_1_shader_program_compositor.html#a5a2b3072275420e56a9022cf04bb8599":[8,0,2,639,15], "class_urho3_d_1_1_shader_program_compositor.html#a69645135e95a1c6ba081652d8376c5bf":[8,0,2,639,17], "class_urho3_d_1_1_shader_program_compositor.html#a8094f3e269a630ac3d7245f70ab81d38":[8,0,2,639,6], "class_urho3_d_1_1_shader_program_compositor.html#a857d5637d8f7d6453459fd3cd93ba958":[8,0,2,639,5], @@ -248,6 +249,5 @@ var NAVTREEINDEX60 = "class_urho3_d_1_1_slider.html":[8,0,2,658], "class_urho3_d_1_1_slider.html#a179738bd613caeb4909c7932ba16ef3b":[8,0,2,658,7], "class_urho3_d_1_1_slider.html#a1c0a331ac5dc33629cfd9158ce2b5af9":[8,0,2,658,32], -"class_urho3_d_1_1_slider.html#a209afd804d6d30903f3cac1a824bd645":[8,0,2,658,14], -"class_urho3_d_1_1_slider.html#a2a5e5618af13eade287c45f26b59e224":[8,0,2,658,16] +"class_urho3_d_1_1_slider.html#a209afd804d6d30903f3cac1a824bd645":[8,0,2,658,14] }; diff --git a/docs/navtreeindex61.js b/docs/navtreeindex61.js index aecec3013..15ac8447f 100644 --- a/docs/navtreeindex61.js +++ b/docs/navtreeindex61.js @@ -1,5 +1,6 @@ var NAVTREEINDEX61 = { +"class_urho3_d_1_1_slider.html#a2a5e5618af13eade287c45f26b59e224":[8,0,2,658,16], "class_urho3_d_1_1_slider.html#a33d3113310465e389245171b3ba6f578":[8,0,2,658,23], "class_urho3_d_1_1_slider.html#a33f4eba8c5f96d8c9e0c2bbc63daef88":[8,0,2,658,15], "class_urho3_d_1_1_slider.html#a3f882b9c62084a336242aba249971280":[8,0,2,658,30], @@ -248,6 +249,5 @@ var NAVTREEINDEX61 = "class_urho3_d_1_1_sphere.html#a50b536d603f59eaa90fccf4c6e7333a8":[8,0,2,678,1], "class_urho3_d_1_1_sphere.html#a605a559ba1b2eec5e65d17a39b849b60":[8,0,2,678,11], "class_urho3_d_1_1_sphere.html#a681c28b29e99b644f9a3cb89f4a68946":[8,0,2,678,23], -"class_urho3_d_1_1_sphere.html#a6916102a9225b149ae28c30af91ac154":[8,0,2,678,2], -"class_urho3_d_1_1_sphere.html#a72db7567431d6ca0b1edb796bf011602":[8,0,2,678,20] +"class_urho3_d_1_1_sphere.html#a6916102a9225b149ae28c30af91ac154":[8,0,2,678,2] }; diff --git a/docs/navtreeindex62.js b/docs/navtreeindex62.js index 4c3b3c59b..c50adfe9c 100644 --- a/docs/navtreeindex62.js +++ b/docs/navtreeindex62.js @@ -1,5 +1,6 @@ var NAVTREEINDEX62 = { +"class_urho3_d_1_1_sphere.html#a72db7567431d6ca0b1edb796bf011602":[8,0,2,678,20], "class_urho3_d_1_1_sphere.html#a75e735e36257e99a58d20ed7939a9009":[8,0,2,678,18], "class_urho3_d_1_1_sphere.html#a790a7e9c6d43465a1ed5f9115daf805d":[8,0,2,678,25], "class_urho3_d_1_1_sphere.html#a7b5d4b9d99b9b4b158ca504a4e7a5b93":[8,0,2,678,28], @@ -248,6 +249,5 @@ var NAVTREEINDEX62 = "class_urho3_d_1_1_sprite_sheet2_d.html#ad985af2a61cc890b7ee89497a2e47ef6":[8,0,2,692,13], "class_urho3_d_1_1_sprite_sheet2_d.html#ada2155828609113bbe24656e2a83600d":[8,0,2,692,20], "class_urho3_d_1_1_sprite_sheet2_d.html#ae5759481ecc681a18a42a0deb1dc84fb":[8,0,2,692,9], -"class_urho3_d_1_1_sprite_sheet2_d.html#ae662e6cfeaf450448f5cd549bea5a3e4":[8,0,2,692,14], -"class_urho3_d_1_1_sprite_sheet2_d.html#aefed6901c0e7dedbe28ea049008bd13c":[8,0,2,692,15] +"class_urho3_d_1_1_sprite_sheet2_d.html#ae662e6cfeaf450448f5cd549bea5a3e4":[8,0,2,692,14] }; diff --git a/docs/navtreeindex63.js b/docs/navtreeindex63.js index b8d999fa6..358328336 100644 --- a/docs/navtreeindex63.js +++ b/docs/navtreeindex63.js @@ -1,5 +1,6 @@ var NAVTREEINDEX63 = { +"class_urho3_d_1_1_sprite_sheet2_d.html#aefed6901c0e7dedbe28ea049008bd13c":[8,0,2,692,15], "class_urho3_d_1_1_sprite_sheet2_d.html#af1f7f9e6803f92fb72025623cc5b82a5":[8,0,2,692,5], "class_urho3_d_1_1_sprite_sheet2_d.html#af26000dcbca30aec4028fd8248f60578":[8,0,2,692,6], "class_urho3_d_1_1_sprite_sheet2_d.html#afd516e83f5aaca4884b1bbbe0640a4cc":[8,0,2,692,10], @@ -248,6 +249,5 @@ var NAVTREEINDEX63 = "class_urho3_d_1_1_stereo_render_pipeline.html#a5ffc2d60e011123069791d928d855dc9":[8,0,2,702,0], "class_urho3_d_1_1_stereo_render_pipeline.html#a65eab94cb6847f4f879e51b3fab83f24":[8,0,2,702,3], "class_urho3_d_1_1_stereo_render_pipeline.html#a704395c754dcee368988f12963a926c2":[8,0,2,702,2], -"class_urho3_d_1_1_stereo_render_pipeline.html#ae60b35009302b39d63c9e842479f2744":[8,0,2,702,1], -"class_urho3_d_1_1_stereo_render_pipeline_view.html":[8,0,2,703] +"class_urho3_d_1_1_stereo_render_pipeline.html#ae60b35009302b39d63c9e842479f2744":[8,0,2,702,1] }; diff --git a/docs/navtreeindex64.js b/docs/navtreeindex64.js index 31bc8e067..e9fe2b289 100644 --- a/docs/navtreeindex64.js +++ b/docs/navtreeindex64.js @@ -1,5 +1,6 @@ var NAVTREEINDEX64 = { +"class_urho3_d_1_1_stereo_render_pipeline_view.html":[8,0,2,703], "class_urho3_d_1_1_stereo_render_pipeline_view.html#a06cdccc2b5cfb229c214d79b5da3b747":[8,0,2,703,16], "class_urho3_d_1_1_stereo_render_pipeline_view.html#a06e545f5b4c118b71e2fefee6eeba189":[8,0,2,703,27], "class_urho3_d_1_1_stereo_render_pipeline_view.html#a074e8c6da8b4f9cb5599039c1f9009dd":[8,0,2,703,36], @@ -248,6 +249,5 @@ var NAVTREEINDEX64 = "class_urho3_d_1_1_terrain.html#a4be9670cbedcafec7aca54d4aa28f8a8":[8,0,2,717,122], "class_urho3_d_1_1_terrain.html#a4c3774f5e5fb85197eb87d8fd1fff046":[8,0,2,717,6], "class_urho3_d_1_1_terrain.html#a4fdd28250505a8a73266af8638538060":[8,0,2,717,137], -"class_urho3_d_1_1_terrain.html#a510f9285bbcdd3ea5fdf88832f117d3c":[8,0,2,717,76], -"class_urho3_d_1_1_terrain.html#a51fbc0204761e4ef937717d4b7cbadb3":[8,0,2,717,26] +"class_urho3_d_1_1_terrain.html#a510f9285bbcdd3ea5fdf88832f117d3c":[8,0,2,717,76] }; diff --git a/docs/navtreeindex65.js b/docs/navtreeindex65.js index cabd04dce..f3e501032 100644 --- a/docs/navtreeindex65.js +++ b/docs/navtreeindex65.js @@ -1,5 +1,6 @@ var NAVTREEINDEX65 = { +"class_urho3_d_1_1_terrain.html#a51fbc0204761e4ef937717d4b7cbadb3":[8,0,2,717,26], "class_urho3_d_1_1_terrain.html#a535cbc0e83b9da90b0cefe28d71a8bf0":[8,0,2,717,85], "class_urho3_d_1_1_terrain.html#a53ea3898045b5af70560eb398e7919a4":[8,0,2,717,41], "class_urho3_d_1_1_terrain.html#a55a33ee2d3fa6f25d5ef71f2bcc9e81e":[8,0,2,717,73], @@ -248,6 +249,5 @@ var NAVTREEINDEX65 = "class_urho3_d_1_1_text.html#ac37bf25b7f41d465fac8f9cb21a2a7b2":[8,0,2,724,66], "class_urho3_d_1_1_text.html#ac39e310d7e375ccf06073ad17c4000e8":[8,0,2,724,36], "class_urho3_d_1_1_text.html#ac861f6733ac0f6703c05c2b367e24018":[8,0,2,724,69], -"class_urho3_d_1_1_text.html#aca2373ea6f734c088e4ec036129ed5da":[8,0,2,724,6], -"class_urho3_d_1_1_text.html#aca704d582ab783981479d08b95514443":[8,0,2,724,1] +"class_urho3_d_1_1_text.html#aca2373ea6f734c088e4ec036129ed5da":[8,0,2,724,6] }; diff --git a/docs/navtreeindex66.js b/docs/navtreeindex66.js index 0aa8c6172..12664ecab 100644 --- a/docs/navtreeindex66.js +++ b/docs/navtreeindex66.js @@ -1,5 +1,6 @@ var NAVTREEINDEX66 = { +"class_urho3_d_1_1_text.html#aca704d582ab783981479d08b95514443":[8,0,2,724,1], "class_urho3_d_1_1_text.html#acce2275e97c18c180ed5ff719bd24032":[8,0,2,724,2], "class_urho3_d_1_1_text.html#acdc88fd0fa218dbe873df8006b62dafd":[8,0,2,724,31], "class_urho3_d_1_1_text.html#acf449b89c25447d569d03d3056236e61":[8,0,2,724,59], @@ -248,6 +249,5 @@ var NAVTREEINDEX66 = "class_urho3_d_1_1_texture3_d.html#a7067c0114d3d675e124d36a25339a4b1":[8,0,2,733,6], "class_urho3_d_1_1_texture3_d.html#a7488f116de937d450382b76df2a7af1d":[8,0,2,733,1], "class_urho3_d_1_1_texture3_d.html#a8f61d379158f19df47d08eac19290bcc":[8,0,2,733,9], -"class_urho3_d_1_1_texture3_d.html#ab6f7e3e15573b7c0f8db9edb7a54a5b5":[8,0,2,733,11], -"class_urho3_d_1_1_texture3_d.html#ac3159a39a0ca8edaa9662a96326caade":[8,0,2,733,10] +"class_urho3_d_1_1_texture3_d.html#ab6f7e3e15573b7c0f8db9edb7a54a5b5":[8,0,2,733,11] }; diff --git a/docs/navtreeindex67.js b/docs/navtreeindex67.js index bf247724d..d4fd6d4ff 100644 --- a/docs/navtreeindex67.js +++ b/docs/navtreeindex67.js @@ -1,5 +1,6 @@ var NAVTREEINDEX67 = { +"class_urho3_d_1_1_texture3_d.html#ac3159a39a0ca8edaa9662a96326caade":[8,0,2,733,10], "class_urho3_d_1_1_texture3_d.html#af5bbb59cf94decabc360b5e1b6b4d9b7":[8,0,2,733,3], "class_urho3_d_1_1_texture_cube.html":[8,0,2,734], "class_urho3_d_1_1_texture_cube.html#a18f8a9fb104926b6c5f2255895a55675":[8,0,2,734,4], @@ -248,6 +249,5 @@ var NAVTREEINDEX67 = "class_urho3_d_1_1_tmx_image_layer2_d.html#a0d5a9a200d752fc699e2b37866354078":[8,0,2,750,4], "class_urho3_d_1_1_tmx_image_layer2_d.html#a65258482930d545e93a2aafdc47e7c61":[8,0,2,750,5], "class_urho3_d_1_1_tmx_image_layer2_d.html#a73aa61e863733cc0a578a9e2f9744d10":[8,0,2,750,2], -"class_urho3_d_1_1_tmx_image_layer2_d.html#ab5c839268f7269435cd7da5e0a8a7a2b":[8,0,2,750,7], -"class_urho3_d_1_1_tmx_image_layer2_d.html#ab9c4238e283c642d652b3ac8fb3076ea":[8,0,2,750,0] +"class_urho3_d_1_1_tmx_image_layer2_d.html#ab5c839268f7269435cd7da5e0a8a7a2b":[8,0,2,750,7] }; diff --git a/docs/navtreeindex68.js b/docs/navtreeindex68.js index 796926443..6125f41d5 100644 --- a/docs/navtreeindex68.js +++ b/docs/navtreeindex68.js @@ -1,5 +1,6 @@ var NAVTREEINDEX68 = { +"class_urho3_d_1_1_tmx_image_layer2_d.html#ab9c4238e283c642d652b3ac8fb3076ea":[8,0,2,750,0], "class_urho3_d_1_1_tmx_image_layer2_d.html#ad7facda6703bf46fb35e9c45589f4668":[8,0,2,750,6], "class_urho3_d_1_1_tmx_image_layer2_d.html#ae602b4610ab8c899187f7a0bd0c484c9":[8,0,2,750,3], "class_urho3_d_1_1_tmx_image_layer2_d.html#ae750122d388539af6f6ba9c375a2f851":[8,0,2,750,1], @@ -248,6 +249,5 @@ var NAVTREEINDEX68 = "class_urho3_d_1_1_u_i.html#a1c3ad4aff2b4278c7c080a7473f0cee7":[8,0,2,774,99], "class_urho3_d_1_1_u_i.html#a1c6bf3d43a0c1ddb92712ad01a0ddf34":[8,0,2,774,140], "class_urho3_d_1_1_u_i.html#a202ce9721e6df2268a76fd2a2eaf6137":[8,0,2,774,52], -"class_urho3_d_1_1_u_i.html#a213eb5357af3f3bd44a2c3f3a22bb0b6":[8,0,2,774,11], -"class_urho3_d_1_1_u_i.html#a23cf98e9287bfb2307ed8a17315180fe":[8,0,2,774,160] +"class_urho3_d_1_1_u_i.html#a213eb5357af3f3bd44a2c3f3a22bb0b6":[8,0,2,774,11] }; diff --git a/docs/navtreeindex69.js b/docs/navtreeindex69.js index d6ce33296..a99d43988 100644 --- a/docs/navtreeindex69.js +++ b/docs/navtreeindex69.js @@ -1,5 +1,6 @@ var NAVTREEINDEX69 = { +"class_urho3_d_1_1_u_i.html#a23cf98e9287bfb2307ed8a17315180fe":[8,0,2,774,160], "class_urho3_d_1_1_u_i.html#a23f570eb03c6c16dcce751c33c63c2e3":[8,0,2,774,150], "class_urho3_d_1_1_u_i.html#a2425df9cf0640d7ec66e4504a03a13ab":[8,0,2,774,64], "class_urho3_d_1_1_u_i.html#a246e421939905d6b9ce449dde586401b":[8,0,2,774,92], @@ -248,6 +249,5 @@ var NAVTREEINDEX69 = "class_urho3_d_1_1_u_i_element.html#a33f2baeea1212f29f0148b749f4cd6f4":[8,0,2,781,66], "class_urho3_d_1_1_u_i_element.html#a35df32bd96d74db73baf6e9a7e1f8ec3":[8,0,2,781,20], "class_urho3_d_1_1_u_i_element.html#a36797754c3b411c715bf59d5aac1754d":[8,0,2,781,211], -"class_urho3_d_1_1_u_i_element.html#a37d7bb7b954c13bc6f59de44cd9cb37c":[8,0,2,781,282], -"class_urho3_d_1_1_u_i_element.html#a38150137b3aeb0b51fac2a0445161889":[8,0,2,781,262] +"class_urho3_d_1_1_u_i_element.html#a37d7bb7b954c13bc6f59de44cd9cb37c":[8,0,2,781,282] }; diff --git a/docs/navtreeindex70.js b/docs/navtreeindex70.js index 4e2b5889e..94cb70198 100644 --- a/docs/navtreeindex70.js +++ b/docs/navtreeindex70.js @@ -1,5 +1,6 @@ var NAVTREEINDEX70 = { +"class_urho3_d_1_1_u_i_element.html#a38150137b3aeb0b51fac2a0445161889":[8,0,2,781,262], "class_urho3_d_1_1_u_i_element.html#a383c549085ebcf7520f4d04d1b065e2e":[8,0,2,781,193], "class_urho3_d_1_1_u_i_element.html#a387ce2e545031cc9e4d4cfa82772f38b":[8,0,2,781,169], "class_urho3_d_1_1_u_i_element.html#a388303ecaef3a6d4764cf84f3dfcceb8":[8,0,2,781,216], @@ -248,6 +249,5 @@ var NAVTREEINDEX70 = "class_urho3_d_1_1_u_i_selectable.html#acc3e48a0db6a135d534d0651955f7739":[8,0,2,782,8], "class_urho3_d_1_1_u_i_selectable.html#ad3ec0bfbbaecf06472c5935e981bca5e":[8,0,2,782,10], "class_urho3_d_1_1_u_i_selectable.html#ae76b04a76eff6874c618f98291f2f001":[8,0,2,782,2], -"class_urho3_d_1_1_u_i_selectable.html#ae83dd9ab6257e568d764a204fbf7e16e":[8,0,2,782,5], -"class_urho3_d_1_1_u_i_selectable.html#af0e65afcd9b3dfe45d7eafe0c64554f8":[8,0,2,782,1] +"class_urho3_d_1_1_u_i_selectable.html#ae83dd9ab6257e568d764a204fbf7e16e":[8,0,2,782,5] }; diff --git a/docs/navtreeindex71.js b/docs/navtreeindex71.js index 822ab3bd9..b1ece6578 100644 --- a/docs/navtreeindex71.js +++ b/docs/navtreeindex71.js @@ -1,5 +1,6 @@ var NAVTREEINDEX71 = { +"class_urho3_d_1_1_u_i_selectable.html#af0e65afcd9b3dfe45d7eafe0c64554f8":[8,0,2,782,1], "class_urho3_d_1_1_u_r_l.html":[8,0,2,786], "class_urho3_d_1_1_u_r_l.html#a3001ae1f3268b89906acb7ebc9a7acc5":[8,0,2,786,2], "class_urho3_d_1_1_u_r_l.html#a32b0aea5189551475c52a91b18b83458":[8,0,2,786,8], @@ -248,6 +249,5 @@ var NAVTREEINDEX71 = "class_urho3_d_1_1_variant.html#a61ad89a11dde2836cc8d21565b694361":[8,0,2,793,151], "class_urho3_d_1_1_variant.html#a6290dd816cee86418b80297d7cfccf26":[8,0,2,793,103], "class_urho3_d_1_1_variant.html#a62a3282d049fb8054883d8434c361f56":[8,0,2,793,237], -"class_urho3_d_1_1_variant.html#a6465c0afa809c3fa2a20cfaa7c612bc2":[8,0,2,793,45], -"class_urho3_d_1_1_variant.html#a64c9a906b491af3560dc2fb843c5a195":[8,0,2,793,172] +"class_urho3_d_1_1_variant.html#a6465c0afa809c3fa2a20cfaa7c612bc2":[8,0,2,793,45] }; diff --git a/docs/navtreeindex72.js b/docs/navtreeindex72.js index 65f3928c4..f7d3aeede 100644 --- a/docs/navtreeindex72.js +++ b/docs/navtreeindex72.js @@ -1,5 +1,6 @@ var NAVTREEINDEX72 = { +"class_urho3_d_1_1_variant.html#a64c9a906b491af3560dc2fb843c5a195":[8,0,2,793,172], "class_urho3_d_1_1_variant.html#a65299c4b0699242849985310f2f13a6e":[8,0,2,793,102], "class_urho3_d_1_1_variant.html#a654cf54d024248226b14e1a12a79ca81":[8,0,2,793,146], "class_urho3_d_1_1_variant.html#a678bd9c20440e9f4cf84629e73fec23f":[8,0,2,793,66], @@ -248,6 +249,5 @@ var NAVTREEINDEX72 = "class_urho3_d_1_1_vector2.html#a6f64ee879a4ed8e6bb42fd615a7afbcd":[8,0,2,799,49], "class_urho3_d_1_1_vector2.html#a733a8e91d79358fd670f30bfbc8b1c69":[8,0,2,799,13], "class_urho3_d_1_1_vector2.html#a790588e6749037ff84da8a2a3355bc63":[8,0,2,799,33], -"class_urho3_d_1_1_vector2.html#a7feaa752467c00d5b6195eb8d9c417c5":[8,0,2,799,40], -"class_urho3_d_1_1_vector2.html#a83b60623c2167f47ee53737e46d145ed":[8,0,2,799,37] +"class_urho3_d_1_1_vector2.html#a7feaa752467c00d5b6195eb8d9c417c5":[8,0,2,799,40] }; diff --git a/docs/navtreeindex73.js b/docs/navtreeindex73.js index 2a58dda44..48cb4aa08 100644 --- a/docs/navtreeindex73.js +++ b/docs/navtreeindex73.js @@ -1,5 +1,6 @@ var NAVTREEINDEX73 = { +"class_urho3_d_1_1_vector2.html#a83b60623c2167f47ee53737e46d145ed":[8,0,2,799,37], "class_urho3_d_1_1_vector2.html#a936017fefa5bdeaa10cf6cfa860a8993":[8,0,2,799,12], "class_urho3_d_1_1_vector2.html#a93f9f2b2c08d09786925ac4f9be42954":[8,0,2,799,36], "class_urho3_d_1_1_vector2.html#a98ef584b9d7c3118648669835f884abb":[8,0,2,799,4], @@ -248,6 +249,5 @@ var NAVTREEINDEX73 = "class_urho3_d_1_1_viewport.html#ac27ebd9e15afeae5a4d86bc209a03524":[8,0,2,811,5], "class_urho3_d_1_1_viewport.html#ac62e5fc5a8fce1d16d33ce55c8a4c06f":[8,0,2,811,17], "class_urho3_d_1_1_viewport.html#acc1acf4531e0762f0e19b6399aaf39a9":[8,0,2,811,23], -"class_urho3_d_1_1_viewport.html#ad96fbac45fe545c78bcf10acc5e31a65":[8,0,2,811,9], -"class_urho3_d_1_1_viewport.html#ae77cb162865a6fa07a3380ba3e169a19":[8,0,2,811,30] +"class_urho3_d_1_1_viewport.html#ad96fbac45fe545c78bcf10acc5e31a65":[8,0,2,811,9] }; diff --git a/docs/navtreeindex74.js b/docs/navtreeindex74.js index 073bc5809..1299d0c2f 100644 --- a/docs/navtreeindex74.js +++ b/docs/navtreeindex74.js @@ -1,5 +1,6 @@ var NAVTREEINDEX74 = { +"class_urho3_d_1_1_viewport.html#ae77cb162865a6fa07a3380ba3e169a19":[8,0,2,811,30], "class_urho3_d_1_1_viewport.html#ae8e96980badde1e3e0fb78ace6692077":[8,0,2,811,10], "class_urho3_d_1_1_viewport.html#aed41f4ce276f84ae9c863d621dbfccaf":[8,0,2,811,28], "class_urho3_d_1_1_viewport.html#aef18193be5ea224716927d571b6ad781":[8,0,2,811,22], @@ -248,6 +249,5 @@ var NAVTREEINDEX74 = "class_urho3_d_1_1_work_queue.html#aa48f9eb66f06482b0ed2c904121c82b9":[8,0,2,823,23], "class_urho3_d_1_1_work_queue.html#aa7d2d38f458d73ba6e7fca33932c11e5":[8,0,2,823,11], "class_urho3_d_1_1_work_queue.html#aafe143481c2d2b919b26b4034d76dbdd":[8,0,2,823,35], -"class_urho3_d_1_1_work_queue.html#ab717544bbd92f6bece773423b50a13f3":[8,0,2,823,2], -"class_urho3_d_1_1_work_queue.html#ab71bb3d5e02605af4eeb65a6fda798cb":[8,0,2,823,21] +"class_urho3_d_1_1_work_queue.html#ab717544bbd92f6bece773423b50a13f3":[8,0,2,823,2] }; diff --git a/docs/navtreeindex75.js b/docs/navtreeindex75.js index f1812719b..ce7976a99 100644 --- a/docs/navtreeindex75.js +++ b/docs/navtreeindex75.js @@ -1,5 +1,6 @@ var NAVTREEINDEX75 = { +"class_urho3_d_1_1_work_queue.html#ab71bb3d5e02605af4eeb65a6fda798cb":[8,0,2,823,21], "class_urho3_d_1_1_work_queue.html#abb56529a0c97476653832239264b13c7":[8,0,2,823,32], "class_urho3_d_1_1_work_queue.html#ac7741d97bc7516406abff5f9aa03ef27":[8,0,2,823,7], "class_urho3_d_1_1_work_queue.html#ad5d240cf16ca2561d2732cebf942a94c":[8,0,2,823,0], @@ -248,6 +249,5 @@ var NAVTREEINDEX75 = "class_urho3_d_1_1_x_m_l_input_archive_block.html#abe1c8df38746eae03bae5356ebbc81ab":[8,0,2,832,7], "class_urho3_d_1_1_x_m_l_input_archive_block.html#ac093663ecf8fb8cc45aa1204a8f4aee9":[8,0,2,832,6], "class_urho3_d_1_1_x_m_l_input_archive_block.html#ac4f658712b6f884f40dbfd7df52977f9":[8,0,2,832,3], -"class_urho3_d_1_1_x_m_l_input_archive_block.html#af57803e55ae5c2f410f2afe59400a23c":[8,0,2,832,0], -"class_urho3_d_1_1_x_m_l_output_archive.html":[8,0,2,833] +"class_urho3_d_1_1_x_m_l_input_archive_block.html#af57803e55ae5c2f410f2afe59400a23c":[8,0,2,832,0] }; diff --git a/docs/navtreeindex76.js b/docs/navtreeindex76.js index e6b1b8ca9..f0ea44cee 100644 --- a/docs/navtreeindex76.js +++ b/docs/navtreeindex76.js @@ -1,5 +1,6 @@ var NAVTREEINDEX76 = { +"class_urho3_d_1_1_x_m_l_output_archive.html":[8,0,2,833], "class_urho3_d_1_1_x_m_l_output_archive.html#a11ea869d8ef9e7571ec45edbbef3275f":[8,0,2,833,13], "class_urho3_d_1_1_x_m_l_output_archive.html#a1228917d5ac68bdc5f20aaf18ff0fab3":[8,0,2,833,0], "class_urho3_d_1_1_x_m_l_output_archive.html#a1cbce5b3e4fe0d46744b7c41df007e2c":[8,0,2,833,4], @@ -238,8 +239,8 @@ var NAVTREEINDEX76 = "files.html":[9,0], "folder-structure.html":[0,0,1], "framework-overview.html":[0,0,2], -"functions.html":[8,3,0,0], "functions.html":[8,3,0], +"functions.html":[8,3,0,0], "functions_a.html":[8,3,0,1], "functions_b.html":[8,3,0,2], "functions_c.html":[8,3,0,3], @@ -247,7 +248,6 @@ var NAVTREEINDEX76 = "functions_e.html":[8,3,0,5], "functions_enum.html":[8,3,4], "functions_f.html":[8,3,0,6], -"functions_func.html":[8,3,1], "functions_func.html":[8,3,1,0], -"functions_func_b.html":[8,3,1,1] +"functions_func.html":[8,3,1] }; diff --git a/docs/navtreeindex77.js b/docs/navtreeindex77.js index 2dd039c0c..a0d61d2ce 100644 --- a/docs/navtreeindex77.js +++ b/docs/navtreeindex77.js @@ -1,5 +1,6 @@ var NAVTREEINDEX77 = { +"functions_func_b.html":[8,3,1,1], "functions_func_c.html":[8,3,1,2], "functions_func_d.html":[8,3,1,3], "functions_func_e.html":[8,3,1,4], @@ -43,8 +44,8 @@ var NAVTREEINDEX77 = "functions_type.html":[8,3,3], "functions_u.html":[8,3,0,21], "functions_v.html":[8,3,0,22], -"functions_vars.html":[8,3,2], "functions_vars.html":[8,3,2,0], +"functions_vars.html":[8,3,2], "functions_vars_a.html":[8,3,2,1], "functions_vars_b.html":[8,3,2,2], "functions_vars_c.html":[8,3,2,3], @@ -88,8 +89,8 @@ var NAVTREEINDEX77 = "md__home_runner_work_rbfx-docs_rbfx-docs_pages_documentation_csharp-quick-start.html":[2], "md__home_runner_work_rbfx-docs_rbfx-docs_pages_documentation_math-cheatsheet.html":[5], "multiplayer-and-networking.html":[0,0,2,2], -"namespace_urho3_d_1_1_actions.html":[8,0,2,0], "namespace_urho3_d_1_1_actions.html":[7,0,0,0], +"namespace_urho3_d_1_1_actions.html":[8,0,2,0], "namespace_urho3_d_1_1_attribute_metadata.html":[7,0,0,1], "namespace_urho3_d_1_1_linked_plugins.html":[7,0,0,2], "namespace_urho3_d_1_1_network_settings.html":[7,0,0,3], @@ -248,6 +249,5 @@ var NAVTREEINDEX77 = "struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a1e0c26dc1c27cc15aebe8bc02502ccfe":[8,0,15,5], "struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2111667748393b34df61ed44fbe071d0":[8,0,15,25], "struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a23e368ca6d579360834ff390676463bd":[8,0,15,18], -"struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a27a239cbac415fe80bf3afd516c678a0":[8,0,15,29], -"struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2ab8c040bbc3b1fda3667c60c20b09ed":[8,0,15,4] +"struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a27a239cbac415fe80bf3afd516c678a0":[8,0,15,29] }; diff --git a/docs/navtreeindex78.js b/docs/navtreeindex78.js index d99fa6e1f..651a446c0 100644 --- a/docs/navtreeindex78.js +++ b/docs/navtreeindex78.js @@ -1,5 +1,6 @@ var NAVTREEINDEX78 = { +"struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2ab8c040bbc3b1fda3667c60c20b09ed":[8,0,15,4], "struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2c3d74d2a7750eafac47340b5b18cdae":[8,0,15,11], "struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a2fb2e1e4e1e5a941c4a17693c7830249":[8,0,15,3], "struct___i_m_a_g_e___o_s2___h_e_a_d_e_r.html#a31ad5966a794099b2563ba4749aaf0f7":[8,0,15,2], @@ -248,6 +249,5 @@ var NAVTREEINDEX78 = "struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a1970a8b8612e5f3e3a720cad4a1d3b99":[8,0,2,59,0,2], "struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a227db2678b3c04f7c487e21b07b938bf":[8,0,2,59,0,0], "struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a6840411f2ccb43fc875e5e3444180593":[8,0,2,59,0,4], -"struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a857aa208262eb3911003df5b5ceafd48":[8,0,2,59,0,1], -"struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a9b20e4cb34c5ab6cb6ab14d628deefdd":[8,0,2,59,0,3] +"struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a857aa208262eb3911003df5b5ceafd48":[8,0,2,59,0,1] }; diff --git a/docs/navtreeindex79.js b/docs/navtreeindex79.js index da6abf0d9..c9dd6b0bb 100644 --- a/docs/navtreeindex79.js +++ b/docs/navtreeindex79.js @@ -1,5 +1,6 @@ var NAVTREEINDEX79 = { +"struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#a9b20e4cb34c5ab6cb6ab14d628deefdd":[8,0,2,59,0,3], "struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_states.html#ab2a30222f69ec49336e9c6ab907eadc3":[8,0,2,59,0,5], "struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_textures.html":[8,0,2,59,1], "struct_urho3_d_1_1_auto_exposure_pass_1_1_cached_textures.html#a170a6d447758235ee4f72ea106d42a22":[8,0,2,59,1,1], @@ -248,6 +249,5 @@ var NAVTREEINDEX79 = "struct_urho3_d_1_1_clock_synchronizer_message.html#a044bbc2fe3a234f56e1e3bd738909e1b":[8,0,2,121,0], "struct_urho3_d_1_1_clock_synchronizer_message.html#a33c14f0b19f40bf8acc9241cda0320ee":[8,0,2,121,4], "struct_urho3_d_1_1_clock_synchronizer_message.html#a51b882cb0f388191e4368e6d8e6f9381":[8,0,2,121,5], -"struct_urho3_d_1_1_clock_synchronizer_message.html#a6021da0c88593bfff1dbb07f632ed065":[8,0,2,121,2], -"struct_urho3_d_1_1_clock_synchronizer_message.html#a60876b27ce259389876e728503601a7e":[8,0,2,121,6] +"struct_urho3_d_1_1_clock_synchronizer_message.html#a6021da0c88593bfff1dbb07f632ed065":[8,0,2,121,2] }; diff --git a/docs/navtreeindex80.js b/docs/navtreeindex80.js index fb4ea03da..08954a115 100644 --- a/docs/navtreeindex80.js +++ b/docs/navtreeindex80.js @@ -1,5 +1,6 @@ var NAVTREEINDEX80 = { +"struct_urho3_d_1_1_clock_synchronizer_message.html#a60876b27ce259389876e728503601a7e":[8,0,2,121,6], "struct_urho3_d_1_1_clock_synchronizer_message.html#a664db36941c3ae394d1773bcd76acfe7":[8,0,2,121,3], "struct_urho3_d_1_1_clock_synchronizer_message.html#af04a9a47b6b32a3fb73b04912c65846b":[8,0,2,121,1], "struct_urho3_d_1_1_collision_geometry_data.html":[8,0,2,126], @@ -248,6 +249,5 @@ var NAVTREEINDEX80 = "struct_urho3_d_1_1_debug_frame_snapshot_pass.html#a4ca8648773f0c7472c151d6b78707e47":[8,0,2,183,0], "struct_urho3_d_1_1_debug_frame_snapshot_pass.html#a72ce69ab0ae20a08c742dd89907d677f":[8,0,2,183,1], "struct_urho3_d_1_1_debug_frame_snapshot_pass.html#a8228df3bf9ee12259fd4310cf3a3ab63":[8,0,2,183,3], -"struct_urho3_d_1_1_debug_frame_snapshot_pass.html#ab2c1a5edf68eac5a5ec2d31a3e13d131":[8,0,2,183,2], -"struct_urho3_d_1_1_debug_frame_snapshot_quad.html":[8,0,2,184] +"struct_urho3_d_1_1_debug_frame_snapshot_pass.html#ab2c1a5edf68eac5a5ec2d31a3e13d131":[8,0,2,183,2] }; diff --git a/docs/navtreeindex81.js b/docs/navtreeindex81.js index 1272b2f08..cd5b5e3f5 100644 --- a/docs/navtreeindex81.js +++ b/docs/navtreeindex81.js @@ -1,5 +1,6 @@ var NAVTREEINDEX81 = { +"struct_urho3_d_1_1_debug_frame_snapshot_quad.html":[8,0,2,184], "struct_urho3_d_1_1_debug_frame_snapshot_quad.html#a13c0a2830c8439b54ef6e7686d7ff45f":[8,0,2,184,1], "struct_urho3_d_1_1_debug_frame_snapshot_quad.html#a1be1fe0b851936692aa90a376161a53b":[8,0,2,184,0], "struct_urho3_d_1_1_debug_frame_snapshot_quad.html#a3f2f32ff057173d7fd39005a1d5d7b57":[8,0,2,184,2], @@ -248,6 +249,5 @@ var NAVTREEINDEX81 = "struct_urho3_d_1_1_file_identifier.html#a979f3c4424a3ef0a01ba2993e7a79a03":[8,0,2,228,4], "struct_urho3_d_1_1_file_identifier.html#ad5f729de52a08a0af523759ed1029222":[8,0,2,228,2], "struct_urho3_d_1_1_file_identifier.html#af0acbccf4239be02232c0d329da3f6bf":[8,0,2,228,1], -"struct_urho3_d_1_1_file_selector_entry.html":[8,0,2,230], -"struct_urho3_d_1_1_file_selector_entry.html#a1fd617d3e446d6f4a62b8d35d6061464":[8,0,2,230,1] +"struct_urho3_d_1_1_file_selector_entry.html":[8,0,2,230] }; diff --git a/docs/navtreeindex82.js b/docs/navtreeindex82.js index 0b0ae9e3e..b59b508b8 100644 --- a/docs/navtreeindex82.js +++ b/docs/navtreeindex82.js @@ -1,5 +1,6 @@ var NAVTREEINDEX82 = { +"struct_urho3_d_1_1_file_selector_entry.html#a1fd617d3e446d6f4a62b8d35d6061464":[8,0,2,230,1], "struct_urho3_d_1_1_file_selector_entry.html#acdfa8e29ccccb40048f0762f0b66c38f":[8,0,2,230,0], "struct_urho3_d_1_1_file_system_entry.html":[8,0,2,232], "struct_urho3_d_1_1_file_system_entry.html#a0b9e89ae4606fd9819aaee6d5d13b931":[8,0,2,232,12], @@ -248,6 +249,5 @@ var NAVTREEINDEX82 = "struct_urho3_d_1_1_i_k_node_segment.html#aeb98a0163ce1a11007d342facfc1baa3":[8,0,2,294,8], "struct_urho3_d_1_1_i_k_settings.html":[8,0,2,296], "struct_urho3_d_1_1_i_k_settings.html#a0b0a603cb7e687faf7ab6ea78f6fb0f6":[8,0,2,296,0], -"struct_urho3_d_1_1_i_k_settings.html#a0eab7c9b1deddc8d5cd5c45006c844e0":[8,0,2,296,2], -"struct_urho3_d_1_1_i_k_settings.html#a4e1102ded4f106f7fe4e149a0b924144":[8,0,2,296,1] +"struct_urho3_d_1_1_i_k_settings.html#a0eab7c9b1deddc8d5cd5c45006c844e0":[8,0,2,296,2] }; diff --git a/docs/navtreeindex83.js b/docs/navtreeindex83.js index da2e7248f..351bf6f14 100644 --- a/docs/navtreeindex83.js +++ b/docs/navtreeindex83.js @@ -1,5 +1,6 @@ var NAVTREEINDEX83 = { +"struct_urho3_d_1_1_i_k_settings.html#a4e1102ded4f106f7fe4e149a0b924144":[8,0,2,296,1], "struct_urho3_d_1_1_i_k_solver_component_1_1_bend_calculation_params.html":[8,0,2,298,0], "struct_urho3_d_1_1_i_k_solver_component_1_1_bend_calculation_params.html#a165d11d6ecf6ab683e5b39779ca8e66f":[8,0,2,298,0,2], "struct_urho3_d_1_1_i_k_solver_component_1_1_bend_calculation_params.html#a2dfc88651bab9b02f76e72b49a25b833":[8,0,2,298,0,6], @@ -248,6 +249,5 @@ var NAVTREEINDEX83 = "struct_urho3_d_1_1_lightmap_chart_region.html#a97fec1ade12dac21d278eb05d2dc3fcc":[8,0,2,353,5], "struct_urho3_d_1_1_lightmap_chart_region.html#a9d13d2d19c314a1819fa80760c9e4188":[8,0,2,353,2], "struct_urho3_d_1_1_lightmap_chart_region.html#aab0bd8d19e10156ba054c193c5b22826":[8,0,2,353,3], -"struct_urho3_d_1_1_lightmap_chart_region.html#ace706979a06a0ed9570d67a7a938d73c":[8,0,2,353,0], -"struct_urho3_d_1_1_lightmap_chart_region.html#ad41252bd80c90f53903d90461c7d6482":[8,0,2,353,1] +"struct_urho3_d_1_1_lightmap_chart_region.html#ace706979a06a0ed9570d67a7a938d73c":[8,0,2,353,0] }; diff --git a/docs/navtreeindex84.js b/docs/navtreeindex84.js index d0f7ff667..833bb158c 100644 --- a/docs/navtreeindex84.js +++ b/docs/navtreeindex84.js @@ -1,5 +1,6 @@ var NAVTREEINDEX84 = { +"struct_urho3_d_1_1_lightmap_chart_region.html#ad41252bd80c90f53903d90461c7d6482":[8,0,2,353,1], "struct_urho3_d_1_1_lightmap_charting_settings.html":[8,0,2,352], "struct_urho3_d_1_1_lightmap_charting_settings.html#a14589fa883b068182c91d2155d1a0b39":[8,0,2,352,2], "struct_urho3_d_1_1_lightmap_charting_settings.html#a18ae8140c0874b69b2c1715d350ff4ec":[8,0,2,352,0], @@ -248,6 +249,5 @@ var NAVTREEINDEX84 = "struct_urho3_d_1_1_numeric_range.html#a13128b976afb8ddec11d2b5291b1e549":[8,0,2,449,2], "struct_urho3_d_1_1_numeric_range.html#a38ea56fdc9ee3059dae001f61bd21d6f":[8,0,2,449,7], "struct_urho3_d_1_1_numeric_range.html#a3d62949c7425c69ce09f34425dd6174f":[8,0,2,449,9], -"struct_urho3_d_1_1_numeric_range.html#a638376fbd16291fe13a35ff8356e6fee":[8,0,2,449,6], -"struct_urho3_d_1_1_numeric_range.html#a77f4abe1faa9213d1076d9e8036a3471":[8,0,2,449,0] +"struct_urho3_d_1_1_numeric_range.html#a638376fbd16291fe13a35ff8356e6fee":[8,0,2,449,6] }; diff --git a/docs/navtreeindex85.js b/docs/navtreeindex85.js index 750cefa74..1597dc8b3 100644 --- a/docs/navtreeindex85.js +++ b/docs/navtreeindex85.js @@ -1,5 +1,6 @@ var NAVTREEINDEX85 = { +"struct_urho3_d_1_1_numeric_range.html#a77f4abe1faa9213d1076d9e8036a3471":[8,0,2,449,0], "struct_urho3_d_1_1_numeric_range.html#a840d3ca1e7a7934bf479a8b5becbf9f1":[8,0,2,449,4], "struct_urho3_d_1_1_numeric_range.html#aac3ee75515ab47c7a46bb4d574611a03":[8,0,2,449,1], "struct_urho3_d_1_1_numeric_range.html#ab3f025ceba4313d31732f7cbe5b20a00":[8,0,2,449,5], @@ -248,6 +249,5 @@ var NAVTREEINDEX85 = "struct_urho3_d_1_1_pipeline_batch.html#ae014a78cf8d043ad16ff19579b8a0bda":[8,0,2,515,0], "struct_urho3_d_1_1_pipeline_batch.html#ae7a180b8fb1b9af4f1b6378a95e117ca":[8,0,2,515,2], "struct_urho3_d_1_1_pipeline_batch.html#af106aa7e648625465cd883e35308a713":[8,0,2,515,9], -"struct_urho3_d_1_1_pipeline_batch.html#afcfc4a546e7f7b769e7f7d96ac4f8ce3":[8,0,2,515,14], -"struct_urho3_d_1_1_pipeline_batch_back_to_front.html":[8,0,2,516] +"struct_urho3_d_1_1_pipeline_batch.html#afcfc4a546e7f7b769e7f7d96ac4f8ce3":[8,0,2,515,14] }; diff --git a/docs/navtreeindex86.js b/docs/navtreeindex86.js index df560eb14..9c71531ae 100644 --- a/docs/navtreeindex86.js +++ b/docs/navtreeindex86.js @@ -1,5 +1,6 @@ var NAVTREEINDEX86 = { +"struct_urho3_d_1_1_pipeline_batch_back_to_front.html":[8,0,2,516], "struct_urho3_d_1_1_pipeline_batch_back_to_front.html#a165ba4967d3e1084e79ccdfbc9237d85":[8,0,2,516,2], "struct_urho3_d_1_1_pipeline_batch_back_to_front.html#a271cc82a53029c60f0f4ac0a7748b39c":[8,0,2,516,5], "struct_urho3_d_1_1_pipeline_batch_back_to_front.html#a492c3f20b2470119764b6c7d99ac2dca":[8,0,2,516,1], @@ -248,6 +249,5 @@ var NAVTREEINDEX86 = "struct_urho3_d_1_1_resource_ref.html#aeb23fcfaaeff0d51e67fd1aae0ef41f1":[8,0,2,594,3], "struct_urho3_d_1_1_resource_ref.html#af93e94bbd524e1d56613da988be3517c":[8,0,2,594,8], "struct_urho3_d_1_1_resource_ref_list.html":[8,0,2,595], -"struct_urho3_d_1_1_resource_ref_list.html#a20ab60977844d31fdb7567d60c69a63c":[8,0,2,595,5], -"struct_urho3_d_1_1_resource_ref_list.html#a2eddd663043605d1ddef851a60ea3a0a":[8,0,2,595,4] +"struct_urho3_d_1_1_resource_ref_list.html#a20ab60977844d31fdb7567d60c69a63c":[8,0,2,595,5] }; diff --git a/docs/navtreeindex87.js b/docs/navtreeindex87.js index 154c18369..9888ec7b6 100644 --- a/docs/navtreeindex87.js +++ b/docs/navtreeindex87.js @@ -1,5 +1,6 @@ var NAVTREEINDEX87 = { +"struct_urho3_d_1_1_resource_ref_list.html#a2eddd663043605d1ddef851a60ea3a0a":[8,0,2,595,4], "struct_urho3_d_1_1_resource_ref_list.html#a8451f4c21479660e4cd25fd50f6bd0af":[8,0,2,595,1], "struct_urho3_d_1_1_resource_ref_list.html#a986ec68bb427b72311f7dceb978158e4":[8,0,2,595,0], "struct_urho3_d_1_1_resource_ref_list.html#aa6d4bb302d8f0746cfacf273f94b50f2":[8,0,2,595,7], @@ -248,6 +249,5 @@ var NAVTREEINDEX87 = "struct_urho3_d_1_1_spriter_1_1_animation.html#ab62e70c6138306e3d69cf08b590006e4":[8,0,2,3,0,6], "struct_urho3_d_1_1_spriter_1_1_animation.html#addf8cef23e887cafec76d0193a701ea1":[8,0,2,3,0,2], "struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html":[8,0,2,3,1], -"struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a10a85657da30cdcfbf12fe79f2ed103d":[8,0,2,3,1,8], -"struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a364c84a2026b220fa9a74d2d31864ac4":[8,0,2,3,1,1] +"struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a10a85657da30cdcfbf12fe79f2ed103d":[8,0,2,3,1,8] }; diff --git a/docs/navtreeindex88.js b/docs/navtreeindex88.js index 5aaf6e912..1dbb5a310 100644 --- a/docs/navtreeindex88.js +++ b/docs/navtreeindex88.js @@ -1,5 +1,6 @@ var NAVTREEINDEX88 = { +"struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a364c84a2026b220fa9a74d2d31864ac4":[8,0,2,3,1,1], "struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a760b33a14f374e0fdbcebe187a1a3c71":[8,0,2,3,1,6], "struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a878848b32eaa31771f7c2ce3fe3c82db":[8,0,2,3,1,0], "struct_urho3_d_1_1_spriter_1_1_bone_timeline_key.html#a8ce603db3777b898661b5bc9527dc01c":[8,0,2,3,1,4], @@ -248,6 +249,5 @@ var NAVTREEINDEX88 = "struct_urho3_d_1_1_tile_map_info2_d.html#a3ee0159983d648eadec68b85eb15f0d5":[8,0,2,743,6], "struct_urho3_d_1_1_tile_map_info2_d.html#a6ac8c7d99f875e589e8bdebc22772599":[8,0,2,743,4], "struct_urho3_d_1_1_tile_map_info2_d.html#a738ffbcaa7e996ab94ebd3b84ac13090":[8,0,2,743,2], -"struct_urho3_d_1_1_tile_map_info2_d.html#a788bf4015bdc4708859ec11f009c3b04":[8,0,2,743,7], -"struct_urho3_d_1_1_tile_map_info2_d.html#a7ebc1b77bd654ff5f322d0c887a9d1ae":[8,0,2,743,0] +"struct_urho3_d_1_1_tile_map_info2_d.html#a788bf4015bdc4708859ec11f009c3b04":[8,0,2,743,7] }; diff --git a/docs/navtreeindex89.js b/docs/navtreeindex89.js index fc08e59e5..2531e44e3 100644 --- a/docs/navtreeindex89.js +++ b/docs/navtreeindex89.js @@ -1,5 +1,6 @@ var NAVTREEINDEX89 = { +"struct_urho3_d_1_1_tile_map_info2_d.html#a7ebc1b77bd654ff5f322d0c887a9d1ae":[8,0,2,743,0], "struct_urho3_d_1_1_tile_map_info2_d.html#aa4a8761f376eedc60d7dde7d6b64c2d3":[8,0,2,743,3], "struct_urho3_d_1_1_tile_map_info2_d.html#ac42e2d2442ee98391913a6f556fd05a8":[8,0,2,743,8], "struct_urho3_d_1_1_tile_map_info2_d.html#ae0b050e9b24b9e524ac58a55eb77738d":[8,0,2,743,9], @@ -248,6 +249,5 @@ var NAVTREEINDEX89 = "union_urho3_d_1_1_variant_value.html#aaa1ad65ca00e7ba81ebe7c87ad4bccb5":[8,0,2,798,14], "union_urho3_d_1_1_variant_value.html#aae5578d44cdb09875253811e3697193e":[8,0,2,798,27], "union_urho3_d_1_1_variant_value.html#abc7049d6774aad4322e8ab3dbf7d999e":[8,0,2,798,0], -"union_urho3_d_1_1_variant_value.html#ac31645a2f13a1827c2fd91bd20d623dc":[8,0,2,798,17], -"union_urho3_d_1_1_variant_value.html#acfd4557c865167f8a7059197402fbac8":[8,0,2,798,4] +"union_urho3_d_1_1_variant_value.html#ac31645a2f13a1827c2fd91bd20d623dc":[8,0,2,798,17] }; diff --git a/docs/navtreeindex90.js b/docs/navtreeindex90.js index b1f90c4d5..8824c9847 100644 --- a/docs/navtreeindex90.js +++ b/docs/navtreeindex90.js @@ -1,5 +1,6 @@ var NAVTREEINDEX90 = { +"union_urho3_d_1_1_variant_value.html#acfd4557c865167f8a7059197402fbac8":[8,0,2,798,4], "union_urho3_d_1_1_variant_value.html#ad0bb7278b9daae9f3ef4e0e6d104e3c6":[8,0,2,798,13], "union_urho3_d_1_1_variant_value.html#ad3a3becae315dc5ad65c682b0688dd9d":[8,0,2,798,19], "union_urho3_d_1_1_variant_value.html#ad668c8c4e26acf684e2782a65b78b063":[8,0,2,798,30],