| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671 |
- <Overview>
- <Assemblies>
- <Assembly Name="Urho" Version="1.0.0.0">
- <Attributes>
- <Attribute>
- <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyCompany("")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyCopyright("Copyright © 2015")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyFileVersion("1.0.0.0")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyProduct("Urho")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyTitle("Urho")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Reflection.AssemblyTrademark("")</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
- </Attribute>
- <Attribute>
- <AttributeName>System.Runtime.InteropServices.Guid("641886db-2c6c-4d33-88da-97bec0ec5f86")</AttributeName>
- </Attribute>
- </Attributes>
- </Assembly>
- </Assemblies>
- <Remarks>To be added.</Remarks>
- <Copyright>To be added.</Copyright>
- <Types>
- <Namespace Name="Urho">
- <Type Name="ActionEase" Kind="Class" />
- <Type Name="ActionEaseState" Kind="Class" />
- <Type Name="ActionInstant" Kind="Class" />
- <Type Name="ActionInstantState" Kind="Class" />
- <Type Name="ActionManager" Kind="Class" />
- <Type Name="ActionState" Kind="Class" />
- <Type Name="ActionTag" Kind="Enumeration" />
- <Type Name="ActionTween" Kind="Class" />
- <Type Name="ActionTweenState" Kind="Class" />
- <Type Name="AmplitudeAction" Kind="Class" />
- <Type Name="AmplitudeActionState" Kind="Class" />
- <Type Name="Animatable" Kind="Class" />
- <Type Name="AnimatedModel" Kind="Class" />
- <Type Name="AnimatedSprite2D" Kind="Class" />
- <Type Name="Animation" Kind="Class" />
- <Type Name="AnimationController" Kind="Class" />
- <Type Name="AnimationSet2D" Kind="Class" />
- <Type Name="AnimationState" Kind="Class" />
- <Type Name="AnimationTrack" Kind="Structure" />
- <Type Name="AnimationTriggerEventArgs" Kind="Structure" />
- <Type Name="AnimationTriggerPoint" Kind="Structure" />
- <Type Name="Application" Kind="Class" />
- <Type Name="Application+ActionIntPtr" Kind="Delegate" />
- <Type Name="ApplicationOptions" Kind="Class" />
- <Type Name="ApplicationOptions+OrientationType" Kind="Enumeration" />
- <Type Name="AsyncExecFinishedEventArgs" Kind="Structure" />
- <Type Name="AsyncLoadFinishedEventArgs" Kind="Structure" />
- <Type Name="AsyncLoadProgressEventArgs" Kind="Structure" />
- <Type Name="AsyncLoadState" Kind="Enumeration" />
- <Type Name="AttributeAccessor" Kind="Class" />
- <Type Name="AttributeAnimationAddedEventArgs" Kind="Structure" />
- <Type Name="AttributeAnimationInfo" Kind="Class" />
- <Type Name="AttributeAnimationRemovedEventArgs" Kind="Structure" />
- <Type Name="AttributeAnimationUpdateEventArgs" Kind="Structure" />
- <Type Name="AttributeInfo" Kind="Structure" />
- <Type Name="Audio" Kind="Class" />
- <Type Name="BackgroundLoader" Kind="Class" />
- <Type Name="BaseAction" Kind="Class" />
- <Type Name="BeginFrameEventArgs" Kind="Structure" />
- <Type Name="BeginRenderingEventArgs" Kind="Structure" />
- <Type Name="BeginViewRenderEventArgs" Kind="Structure" />
- <Type Name="BeginViewUpdateEventArgs" Kind="Structure" />
- <Type Name="BezierBy" Kind="Class" />
- <Type Name="BezierByState" Kind="Class" />
- <Type Name="BezierConfig" Kind="Structure" />
- <Type Name="BezierTo" Kind="Class" />
- <Type Name="BezierToState" Kind="Class" />
- <Type Name="BiasParameters" Kind="Structure" />
- <Type Name="Billboard" Kind="Structure" />
- <Type Name="BillboardSet" Kind="Class" />
- <Type Name="BillboardWrapper" Kind="Class" />
- <Type Name="BlendMode" Kind="Enumeration" />
- <Type Name="Blink" Kind="Class" />
- <Type Name="BlinkState" Kind="Class" />
- <Type Name="BodyType2D" Kind="Enumeration" />
- <Type Name="Bone" Kind="Structure" />
- <Type Name="BoneHierarchyCreatedEventArgs" Kind="Structure" />
- <Type Name="BoneWrapper" Kind="Class" />
- <Type Name="BorderImage" Kind="Class" />
- <Type Name="BoundingBox" Kind="Structure" />
- <Type Name="BufferedSoundStream" Kind="Class" />
- <Type Name="Button" Kind="Class" />
- <Type Name="CallFunc" Kind="Class" />
- <Type Name="CallFuncN" Kind="Class" />
- <Type Name="CallFuncND" Kind="Class" />
- <Type Name="CallFuncNDState" Kind="Class" />
- <Type Name="CallFuncNState" Kind="Class" />
- <Type Name="CallFuncO" Kind="Class" />
- <Type Name="CallFuncOState" Kind="Class" />
- <Type Name="CallFuncState" Kind="Class" />
- <Type Name="Camera" Kind="Class" />
- <Type Name="CascadeParameters" Kind="Structure" />
- <Type Name="ChangeLanguageEventArgs" Kind="Structure" />
- <Type Name="CharEntryEventArgs" Kind="Structure" />
- <Type Name="CheckBox" Kind="Class" />
- <Type Name="ClientConnectedEventArgs" Kind="Structure" />
- <Type Name="ClientDisconnectedEventArgs" Kind="Structure" />
- <Type Name="ClientIdentityEventArgs" Kind="Structure" />
- <Type Name="ClientSceneLoadedEventArgs" Kind="Structure" />
- <Type Name="CollisionBox2D" Kind="Class" />
- <Type Name="CollisionChain2D" Kind="Class" />
- <Type Name="CollisionCircle2D" Kind="Class" />
- <Type Name="CollisionData" Kind="Structure" />
- <Type Name="CollisionEdge2D" Kind="Class" />
- <Type Name="CollisionEventMode" Kind="Enumeration" />
- <Type Name="CollisionGeometryData" Kind="Structure" />
- <Type Name="CollisionPolygon2D" Kind="Class" />
- <Type Name="CollisionShape" Kind="Class" />
- <Type Name="CollisionShape2D" Kind="Class" />
- <Type Name="Color" Kind="Structure" />
- <Type Name="ColorFrame" Kind="Structure" />
- <Type Name="CompareMode" Kind="Enumeration" />
- <Type Name="Component" Kind="Class" />
- <Type Name="ComponentAddedEventArgs" Kind="Structure" />
- <Type Name="ComponentEnabledChangedEventArgs" Kind="Structure" />
- <Type Name="ComponentRemovedEventArgs" Kind="Structure" />
- <Type Name="ComponentReplicationState" Kind="Structure" />
- <Type Name="CompressedFormat" Kind="Enumeration" />
- <Type Name="CompressedLevel" Kind="Structure" />
- <Type Name="ConnectFailedEventArgs" Kind="Structure" />
- <Type Name="Connection" Kind="Class" />
- <Type Name="ConsoleCommandEventArgs" Kind="Structure" />
- <Type Name="ConstantBuffer" Kind="Class" />
- <Type Name="Constraint" Kind="Class" />
- <Type Name="Constraint2D" Kind="Class" />
- <Type Name="ConstraintDistance2D" Kind="Class" />
- <Type Name="ConstraintFriction2D" Kind="Class" />
- <Type Name="ConstraintGear2D" Kind="Class" />
- <Type Name="ConstraintMotor2D" Kind="Class" />
- <Type Name="ConstraintMouse2D" Kind="Class" />
- <Type Name="ConstraintPrismatic2D" Kind="Class" />
- <Type Name="ConstraintPulley2D" Kind="Class" />
- <Type Name="ConstraintRevolute2D" Kind="Class" />
- <Type Name="ConstraintRope2D" Kind="Class" />
- <Type Name="ConstraintType" Kind="Enumeration" />
- <Type Name="ConstraintWeld2D" Kind="Class" />
- <Type Name="ConstraintWheel2D" Kind="Class" />
- <Type Name="Context" Kind="Class" />
- <Type Name="Controls" Kind="Class" />
- <Type Name="Corner" Kind="Enumeration" />
- <Type Name="CreateMode" Kind="Enumeration" />
- <Type Name="CrowdAgent" Kind="Class" />
- <Type Name="CrowdAgentFailureEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentFormationEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentRepositionEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentRequestedTarget" Kind="Enumeration" />
- <Type Name="CrowdAgentState" Kind="Enumeration" />
- <Type Name="CrowdAgentStateChangedEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentTargetState" Kind="Enumeration" />
- <Type Name="CrowdManager" Kind="Class" />
- <Type Name="CrowdObstacleAvoidanceParams" Kind="Structure" />
- <Type Name="CubeMapFace" Kind="Enumeration" />
- <Type Name="CubeMapLayout" Kind="Enumeration" />
- <Type Name="CullMode" Kind="Enumeration" />
- <Type Name="Cursor" Kind="Class" />
- <Type Name="CursorShape" Kind="Enumeration" />
- <Type Name="CustomGeometry" Kind="Class" />
- <Type Name="CustomGeometryVertex" Kind="Structure" />
- <Type Name="DebugHud" Kind="Class" />
- <Type Name="DebugRenderer" Kind="Class" />
- <Type Name="DecalSet" Kind="Class" />
- <Type Name="DeferredLightPSVariation" Kind="Enumeration" />
- <Type Name="DeferredLightVSVariation" Kind="Enumeration" />
- <Type Name="DefocusedEventArgs" Kind="Structure" />
- <Type Name="DelayTime" Kind="Class" />
- <Type Name="DelayTimeState" Kind="Class" />
- <Type Name="DeviceLostEventArgs" Kind="Structure" />
- <Type Name="DeviceResetEventArgs" Kind="Structure" />
- <Type Name="DragBeginEventArgs" Kind="Structure" />
- <Type Name="DragCancelEventArgs" Kind="Structure" />
- <Type Name="DragDropFinishEventArgs" Kind="Structure" />
- <Type Name="DragDropTestEventArgs" Kind="Structure" />
- <Type Name="DragEndEventArgs" Kind="Structure" />
- <Type Name="DragMoveEventArgs" Kind="Structure" />
- <Type Name="Drawable" Kind="Class" />
- <Type Name="Drawable2D" Kind="Class" />
- <Type Name="DrawableFlags" Kind="Enumeration" />
- <Type Name="DropDownList" Kind="Class" />
- <Type Name="DropFileEventArgs" Kind="Structure" />
- <Type Name="dtQueryFilter" Kind="Structure" />
- <Type Name="DynamicNavigationMesh" Kind="Class" />
- <Type Name="EaseBackIn" Kind="Class" />
- <Type Name="EaseBackInOut" Kind="Class" />
- <Type Name="EaseBackInOutState" Kind="Class" />
- <Type Name="EaseBackInState" Kind="Class" />
- <Type Name="EaseBackOut" Kind="Class" />
- <Type Name="EaseBackOutState" Kind="Class" />
- <Type Name="EaseBounceIn" Kind="Class" />
- <Type Name="EaseBounceInOut" Kind="Class" />
- <Type Name="EaseBounceInOutState" Kind="Class" />
- <Type Name="EaseBounceInState" Kind="Class" />
- <Type Name="EaseBounceOut" Kind="Class" />
- <Type Name="EaseBounceOutState" Kind="Class" />
- <Type Name="EaseCustom" Kind="Class" />
- <Type Name="EaseCustomState" Kind="Class" />
- <Type Name="EaseElastic" Kind="Class" />
- <Type Name="EaseElasticIn" Kind="Class" />
- <Type Name="EaseElasticInOut" Kind="Class" />
- <Type Name="EaseElasticInOutState" Kind="Class" />
- <Type Name="EaseElasticInState" Kind="Class" />
- <Type Name="EaseElasticOut" Kind="Class" />
- <Type Name="EaseElasticOutState" Kind="Class" />
- <Type Name="EaseElasticState" Kind="Class" />
- <Type Name="EaseExponentialIn" Kind="Class" />
- <Type Name="EaseExponentialInOut" Kind="Class" />
- <Type Name="EaseExponentialInOutState" Kind="Class" />
- <Type Name="EaseExponentialInState" Kind="Class" />
- <Type Name="EaseExponentialOut" Kind="Class" />
- <Type Name="EaseExponentialOutState" Kind="Class" />
- <Type Name="EaseIn" Kind="Class" />
- <Type Name="EaseInOut" Kind="Class" />
- <Type Name="EaseInOutState" Kind="Class" />
- <Type Name="EaseInState" Kind="Class" />
- <Type Name="EaseOut" Kind="Class" />
- <Type Name="EaseOutState" Kind="Class" />
- <Type Name="EaseRateAction" Kind="Class" />
- <Type Name="EaseRateActionState" Kind="Class" />
- <Type Name="EaseSineIn" Kind="Class" />
- <Type Name="EaseSineInOut" Kind="Class" />
- <Type Name="EaseSineInOutState" Kind="Class" />
- <Type Name="EaseSineInState" Kind="Class" />
- <Type Name="EaseSineOut" Kind="Class" />
- <Type Name="EaseSineOutState" Kind="Class" />
- <Type Name="ElementAddedEventArgs" Kind="Structure" />
- <Type Name="ElementMask" Kind="Enumeration" />
- <Type Name="ElementRemovedEventArgs" Kind="Structure" />
- <Type Name="EmitterType" Kind="Enumeration" />
- <Type Name="EmitterType2D" Kind="Enumeration" />
- <Type Name="EndFrameEventArgs" Kind="Structure" />
- <Type Name="EndRenderingEventArgs" Kind="Structure" />
- <Type Name="EndViewRenderEventArgs" Kind="Structure" />
- <Type Name="EndViewUpdateEventArgs" Kind="Structure" />
- <Type Name="Engine" Kind="Class" />
- <Type Name="ExitRequestedEventArgs" Kind="Structure" />
- <Type Name="FaceCameraMode" Kind="Enumeration" />
- <Type Name="FadeIn" Kind="Class" />
- <Type Name="FadeInState" Kind="Class" />
- <Type Name="FadeOut" Kind="Class" />
- <Type Name="FadeOutState" Kind="Class" />
- <Type Name="FadeTo" Kind="Class" />
- <Type Name="FadeToState" Kind="Class" />
- <Type Name="File" Kind="Class" />
- <Type Name="FileChangedEventArgs" Kind="Structure" />
- <Type Name="FileMode" Kind="Enumeration" />
- <Type Name="FileSelectedEventArgs" Kind="Structure" />
- <Type Name="FileSelector" Kind="Class" />
- <Type Name="FileSystem" Kind="Class" />
- <Type Name="FileWatcher" Kind="Class" />
- <Type Name="FillMode" Kind="Enumeration" />
- <Type Name="FiniteTimeAction" Kind="Class" />
- <Type Name="FiniteTimeActionState" Kind="Class" />
- <Type Name="FocusChangedEventArgs" Kind="Structure" />
- <Type Name="FocusedEventArgs" Kind="Structure" />
- <Type Name="FocusMode" Kind="Enumeration" />
- <Type Name="FocusParameters" Kind="Structure" />
- <Type Name="Font" Kind="Class" />
- <Type Name="FONT_TYPE" Kind="Enumeration" />
- <Type Name="FontFace" Kind="Class" />
- <Type Name="FontFaceBitmap" Kind="Class" />
- <Type Name="FontFaceFreeType" Kind="Class" />
- <Type Name="FontGlyph" Kind="Structure" />
- <Type Name="Frustum" Kind="Structure" />
- <Type Name="FrustumPlane" Kind="Enumeration" />
- <Type Name="Geometry" Kind="Class" />
- <Type Name="GeometryType" Kind="Enumeration" />
- <Type Name="GestureInputEventArgs" Kind="Structure" />
- <Type Name="GestureRecordedEventArgs" Kind="Structure" />
- <Type Name="GPUObject" Kind="Structure" />
- <Type Name="Graphics" Kind="Class" />
- <Type Name="GraphicsImpl" Kind="Structure" />
- <Type Name="HashIteratorBase" Kind="Structure" />
- <Type Name="Hide" Kind="Class" />
- <Type Name="HideState" Kind="Class" />
- <Type Name="HighlightMode" Kind="Enumeration" />
- <Type Name="HorizontalAlignment" Kind="Enumeration" />
- <Type Name="HoverBeginEventArgs" Kind="Structure" />
- <Type Name="HoverEndEventArgs" Kind="Structure" />
- <Type Name="HttpRequest" Kind="Class" />
- <Type Name="HttpRequestState" Kind="Enumeration" />
- <Type Name="IActionTweenDelegate" Kind="Interface" />
- <Type Name="IComponentDeserializer" Kind="Interface" />
- <Type Name="IComponentSerializer" Kind="Interface" />
- <Type Name="IDeserializer" Kind="Interface" />
- <Type Name="Image" Kind="Class" />
- <Type Name="IndexBuffer" Kind="Class" />
- <Type Name="Input" Kind="Class" />
- <Type Name="InputFocusEventArgs" Kind="Structure" />
- <Type Name="InterceptNetworkUpdateEventArgs" Kind="Structure" />
- <Type Name="InterpMethod" Kind="Enumeration" />
- <Type Name="InterpolationMode" Kind="Enumeration" />
- <Type Name="Intersection" Kind="Enumeration" />
- <Type Name="IntRect" Kind="Structure" />
- <Type Name="IntVector2" Kind="Structure" />
- <Type Name="ISerializer" Kind="Interface" />
- <Type Name="ItemClickedEventArgs" Kind="Structure" />
- <Type Name="ItemDeselectedEventArgs" Kind="Structure" />
- <Type Name="ItemDoubleClickedEventArgs" Kind="Structure" />
- <Type Name="ItemSelectedEventArgs" Kind="Structure" />
- <Type Name="Iterator" Kind="Structure" />
- <Type Name="JoystickAxisMoveEventArgs" Kind="Structure" />
- <Type Name="JoystickButtonDownEventArgs" Kind="Structure" />
- <Type Name="JoystickButtonUpEventArgs" Kind="Structure" />
- <Type Name="JoystickConnectedEventArgs" Kind="Structure" />
- <Type Name="JoystickDisconnectedEventArgs" Kind="Structure" />
- <Type Name="JoystickHatMoveEventArgs" Kind="Structure" />
- <Type Name="JoystickState" Kind="Structure" />
- <Type Name="JSONFile" Kind="Class" />
- <Type Name="JSONNumberType" Kind="Enumeration" />
- <Type Name="JSONValueType" Kind="Enumeration" />
- <Type Name="JumpBy" Kind="Class" />
- <Type Name="JumpByState" Kind="Class" />
- <Type Name="JumpTo" Kind="Class" />
- <Type Name="JumpToState" Kind="Class" />
- <Type Name="Key" Kind="Enumeration" />
- <Type Name="KeyDownEventArgs" Kind="Structure" />
- <Type Name="KeyUpEventArgs" Kind="Structure" />
- <Type Name="LayoutMode" Kind="Enumeration" />
- <Type Name="LayoutUpdatedEventArgs" Kind="Structure" />
- <Type Name="Light" Kind="Class" />
- <Type Name="LightBatchQueue" Kind="Structure" />
- <Type Name="LightPSVariation" Kind="Enumeration" />
- <Type Name="LightType" Kind="Enumeration" />
- <Type Name="LightVSVariation" Kind="Enumeration" />
- <Type Name="LineEdit" Kind="Class" />
- <Type Name="ListBasedUpdateSynchronizationContext" Kind="Class" />
- <Type Name="ListView" Kind="Class" />
- <Type Name="LoadFailedEventArgs" Kind="Structure" />
- <Type Name="LoadMode" Kind="Enumeration" />
- <Type Name="LockState" Kind="Enumeration" />
- <Type Name="Log" Kind="Class" />
- <Type Name="LogicComponent" Kind="Class" />
- <Type Name="LogLevel" Kind="Enumeration" />
- <Type Name="LogMessageEventArgs" Kind="Structure" />
- <Type Name="LoopMode2D" Kind="Enumeration" />
- <Type Name="Material" Kind="Class" />
- <Type Name="MathHelper" Kind="Class" />
- <Type Name="Matrix3" Kind="Structure" />
- <Type Name="Matrix3x4" Kind="Structure" />
- <Type Name="Matrix4" Kind="Structure" />
- <Type Name="Menu" Kind="Class" />
- <Type Name="MenuSelectedEventArgs" Kind="Structure" />
- <Type Name="MessageACKEventArgs" Kind="Structure" />
- <Type Name="MessageBox" Kind="Class" />
- <Type Name="ModalChangedEventArgs" Kind="Structure" />
- <Type Name="Model" Kind="Class" />
- <Type Name="ModelMorph" Kind="Structure" />
- <Type Name="MonoDebugHud" Kind="Class" />
- <Type Name="MonoPInvokeCallbackAttribute" Kind="Class" />
- <Type Name="MouseButton" Kind="Enumeration" />
- <Type Name="MouseButtonDownEventArgs" Kind="Structure" />
- <Type Name="MouseButtonUpEventArgs" Kind="Structure" />
- <Type Name="MouseMode" Kind="Enumeration" />
- <Type Name="MouseModeChangedEventArgs" Kind="Structure" />
- <Type Name="MouseMoveEventArgs" Kind="Structure" />
- <Type Name="MouseVisibleChangedEventArgs" Kind="Structure" />
- <Type Name="MouseWheelEventArgs" Kind="Structure" />
- <Type Name="MoveBy" Kind="Class" />
- <Type Name="MoveByState" Kind="Class" />
- <Type Name="MoveTo" Kind="Class" />
- <Type Name="MoveToState" Kind="Class" />
- <Type Name="MultiGestureEventArgs" Kind="Structure" />
- <Type Name="NameChangedEventArgs" Kind="Structure" />
- <Type Name="NavArea" Kind="Class" />
- <Type Name="Navigable" Kind="Class" />
- <Type Name="NavigationAreaRebuiltEventArgs" Kind="Structure" />
- <Type Name="NavigationMesh" Kind="Class" />
- <Type Name="NavigationMeshRebuiltEventArgs" Kind="Structure" />
- <Type Name="NavigationObstacleAddedEventArgs" Kind="Structure" />
- <Type Name="NavigationObstacleRemovedEventArgs" Kind="Structure" />
- <Type Name="NavigationPushiness" Kind="Enumeration" />
- <Type Name="NavigationQuality" Kind="Enumeration" />
- <Type Name="NavmeshPartitionType" Kind="Enumeration" />
- <Type Name="Network" Kind="Class" />
- <Type Name="NetworkMessageEventArgs" Kind="Structure" />
- <Type Name="NetworkPriority" Kind="Class" />
- <Type Name="NetworkSceneLoadFailedEventArgs" Kind="Structure" />
- <Type Name="NetworkState" Kind="Structure" />
- <Type Name="NetworkUpdateEventArgs" Kind="Structure" />
- <Type Name="NetworkUpdateSentEventArgs" Kind="Structure" />
- <Type Name="Node" Kind="Class" />
- <Type Name="NodeAddedEventArgs" Kind="Structure" />
- <Type Name="NodeCollisionEndEventArgs" Kind="Structure" />
- <Type Name="NodeCollisionEventArgs" Kind="Structure" />
- <Type Name="NodeCollisionStartEventArgs" Kind="Structure" />
- <Type Name="NodeEnabledChangedEventArgs" Kind="Structure" />
- <Type Name="NodeNameChangedEventArgs" Kind="Structure" />
- <Type Name="NodeRemovedEventArgs" Kind="Structure" />
- <Type Name="NodeReplicationState" Kind="Structure" />
- <Type Name="ObjectAnimation" Kind="Class" />
- <Type Name="ObjectCallbackSignature" Kind="Delegate" />
- <Type Name="ObjectFactory" Kind="Class" />
- <Type Name="ObserverPositionSendMode" Kind="Enumeration" />
- <Type Name="Obstacle" Kind="Class" />
- <Type Name="OcclusionBuffer" Kind="Class" />
- <Type Name="Octant" Kind="Structure" />
- <Type Name="Octree" Kind="Class" />
- <Type Name="OffMeshConnection" Kind="Class" />
- <Type Name="OggVorbisSoundStream" Kind="Class" />
- <Type Name="Orientation" Kind="Enumeration" />
- <Type Name="Orientation2D" Kind="Enumeration" />
- <Type Name="PackageEntry" Kind="Structure" />
- <Type Name="PackageFile" Kind="Class" />
- <Type Name="Parallel" Kind="Class" />
- <Type Name="ParallelState" Kind="Class" />
- <Type Name="ParticleEffect" Kind="Class" />
- <Type Name="ParticleEffect2D" Kind="Class" />
- <Type Name="ParticleEmitter" Kind="Class" />
- <Type Name="ParticleEmitter2D" Kind="Class" />
- <Type Name="Pass" Kind="Class" />
- <Type Name="PassLightingMode" Kind="Enumeration" />
- <Type Name="PhysicsBeginContact2DEventArgs" Kind="Structure" />
- <Type Name="PhysicsCollisionEndEventArgs" Kind="Structure" />
- <Type Name="PhysicsCollisionEventArgs" Kind="Structure" />
- <Type Name="PhysicsCollisionStartEventArgs" Kind="Structure" />
- <Type Name="PhysicsEndContact2DEventArgs" Kind="Structure" />
- <Type Name="PhysicsPostStep2DEventArgs" Kind="Structure" />
- <Type Name="PhysicsPostStepEventArgs" Kind="Structure" />
- <Type Name="PhysicsPreStep2DEventArgs" Kind="Structure" />
- <Type Name="PhysicsPreStepEventArgs" Kind="Structure" />
- <Type Name="PhysicsRaycastResult" Kind="Structure" />
- <Type Name="PhysicsWorld" Kind="Class" />
- <Type Name="PhysicsWorld2D" Kind="Class" />
- <Type Name="Place" Kind="Class" />
- <Type Name="PlaceState" Kind="Class" />
- <Type Name="Plane" Kind="Structure" />
- <Type Name="PListFile" Kind="Class" />
- <Type Name="PListValueType" Kind="Enumeration" />
- <Type Name="PodVector`1" DisplayName="PodVector<T>" Kind="Class" />
- <Type Name="PositionedEventArgs" Kind="Structure" />
- <Type Name="PostRenderUpdateEventArgs" Kind="Structure" />
- <Type Name="PostUpdateEventArgs" Kind="Structure" />
- <Type Name="PressedEventArgs" Kind="Structure" />
- <Type Name="PrimitiveType" Kind="Enumeration" />
- <Type Name="Profiler" Kind="Class" />
- <Type Name="ProfilerBlock" Kind="Structure" />
- <Type Name="PropertySet2D" Kind="Class" />
- <Type Name="Quaternion" Kind="Structure" />
- <Type Name="RandomAccessIterator" Kind="Structure" />
- <Type Name="Ray" Kind="Structure" />
- <Type Name="RayQueryLevel" Kind="Enumeration" />
- <Type Name="RayQueryResult" Kind="Structure" />
- <Type Name="Rect" Kind="Structure" />
- <Type Name="RefCount" Kind="Structure" />
- <Type Name="RefCounted" Kind="Class" />
- <Type Name="ReleasedEventArgs" Kind="Structure" />
- <Type Name="ReloadFailedEventArgs" Kind="Structure" />
- <Type Name="ReloadFinishedEventArgs" Kind="Structure" />
- <Type Name="ReloadStartedEventArgs" Kind="Structure" />
- <Type Name="RemoteEventDataEventArgs" Kind="Structure" />
- <Type Name="RemoveSelf" Kind="Class" />
- <Type Name="RemoveSelfState" Kind="Class" />
- <Type Name="RenderCommandSortMode" Kind="Enumeration" />
- <Type Name="RenderCommandType" Kind="Enumeration" />
- <Type Name="Renderer" Kind="Class" />
- <Type Name="Renderer2D" Kind="Class" />
- <Type Name="RenderPath" Kind="Class" />
- <Type Name="RenderPathCommand" Kind="Structure" />
- <Type Name="RenderSurface" Kind="Class" />
- <Type Name="RenderSurfaceUpdateEventArgs" Kind="Structure" />
- <Type Name="RenderSurfaceUpdateMode" Kind="Enumeration" />
- <Type Name="RenderTargetSizeMode" Kind="Enumeration" />
- <Type Name="RenderUpdateEventArgs" Kind="Structure" />
- <Type Name="Repeat" Kind="Class" />
- <Type Name="RepeatForever" Kind="Class" />
- <Type Name="RepeatForeverState" Kind="Class" />
- <Type Name="RepeatState" Kind="Class" />
- <Type Name="ReplicationState" Kind="Structure" />
- <Type Name="ResizedEventArgs" Kind="Structure" />
- <Type Name="Resource" Kind="Class" />
- <Type Name="ResourceBackgroundLoadedEventArgs" Kind="Structure" />
- <Type Name="ResourceCache" Kind="Class" />
- <Type Name="ResourceNotFoundEventArgs" Kind="Structure" />
- <Type Name="ResourceRef" Kind="Structure" />
- <Type Name="ResourceRefList" Kind="Structure" />
- <Type Name="ResourceRequest" Kind="Enumeration" />
- <Type Name="ResourceRouter" Kind="Class" />
- <Type Name="ReverseTime" Kind="Class" />
- <Type Name="ReverseTimeState" Kind="Class" />
- <Type Name="RigidBody" Kind="Class" />
- <Type Name="RigidBody2D" Kind="Class" />
- <Type Name="RotateBy" Kind="Class" />
- <Type Name="RotateByState" Kind="Class" />
- <Type Name="RotateTo" Kind="Class" />
- <Type Name="RotateToState" Kind="Class" />
- <Type Name="Runtime" Kind="Class" />
- <Type Name="ScaleBy" Kind="Class" />
- <Type Name="ScaleByState" Kind="Class" />
- <Type Name="ScaleTo" Kind="Class" />
- <Type Name="ScaleToState" Kind="Class" />
- <Type Name="Scene" Kind="Class" />
- <Type Name="SceneDrawableUpdateFinishedEventArgs" Kind="Structure" />
- <Type Name="ScenePostUpdateEventArgs" Kind="Structure" />
- <Type Name="SceneSubsystemUpdateEventArgs" Kind="Structure" />
- <Type Name="SceneUpdateEventArgs" Kind="Structure" />
- <Type Name="ScreenModeEventArgs" Kind="Structure" />
- <Type Name="ScrollBar" Kind="Class" />
- <Type Name="ScrollBarChangedEventArgs" Kind="Structure" />
- <Type Name="ScrollView" Kind="Class" />
- <Type Name="SelectionChangedEventArgs" Kind="Structure" />
- <Type Name="Sequence" Kind="Class" />
- <Type Name="SequenceState" Kind="Class" />
- <Type Name="Serializable" Kind="Class" />
- <Type Name="ServerConnectedEventArgs" Kind="Structure" />
- <Type Name="ServerDisconnectedEventArgs" Kind="Structure" />
- <Type Name="Shader" Kind="Class" />
- <Type Name="ShaderParameter" Kind="Structure" />
- <Type Name="ShaderParameterAnimationInfo" Kind="Class" />
- <Type Name="ShaderParameterGroup" Kind="Enumeration" />
- <Type Name="ShaderPrecache" Kind="Class" />
- <Type Name="ShaderProgram" Kind="Class" />
- <Type Name="ShaderType" Kind="Enumeration" />
- <Type Name="ShaderVariation" Kind="Class" />
- <Type Name="ShapeType" Kind="Enumeration" />
- <Type Name="Show" Kind="Class" />
- <Type Name="ShowState" Kind="Class" />
- <Type Name="Skeleton" Kind="Class" />
- <Type Name="Skybox" Kind="Class" />
- <Type Name="Slider" Kind="Class" />
- <Type Name="SliderChangedEventArgs" Kind="Structure" />
- <Type Name="SliderPagedEventArgs" Kind="Structure" />
- <Type Name="SmoothedTransform" Kind="Class" />
- <Type Name="Sound" Kind="Class" />
- <Type Name="SoundListener" Kind="Class" />
- <Type Name="SoundSource" Kind="Class" />
- <Type Name="SoundSource3D" Kind="Class" />
- <Type Name="SoundStream" Kind="Class" />
- <Type Name="SoundType" Kind="Enumeration" />
- <Type Name="Spawn" Kind="Class" />
- <Type Name="SpawnState" Kind="Class" />
- <Type Name="Speed" Kind="Class" />
- <Type Name="SplinePath" Kind="Class" />
- <Type Name="Sprite" Kind="Class" />
- <Type Name="Sprite2D" Kind="Class" />
- <Type Name="SpriteSheet2D" Kind="Class" />
- <Type Name="StaticModel" Kind="Class" />
- <Type Name="StaticModelGroup" Kind="Class" />
- <Type Name="StaticSprite2D" Kind="Class" />
- <Type Name="StencilOp" Kind="Enumeration" />
- <Type Name="StringHash" Kind="Structure" />
- <Type Name="StringHashRef" Kind="Structure" />
- <Type Name="Subscription" Kind="Class" />
- <Type Name="TargetedAction" Kind="Class" />
- <Type Name="TargetedActionState" Kind="Class" />
- <Type Name="TargetPositionChangedEventArgs" Kind="Structure" />
- <Type Name="TargetRotationChangedEventArgs" Kind="Structure" />
- <Type Name="Technique" Kind="Class" />
- <Type Name="TemporaryChangedEventArgs" Kind="Structure" />
- <Type Name="Terrain" Kind="Class" />
- <Type Name="TerrainCreatedEventArgs" Kind="Structure" />
- <Type Name="TerrainPatch" Kind="Class" />
- <Type Name="Text" Kind="Class" />
- <Type Name="Text3D" Kind="Class" />
- <Type Name="TextChangedEventArgs" Kind="Structure" />
- <Type Name="TextEffect" Kind="Enumeration" />
- <Type Name="TextFinishedEventArgs" Kind="Structure" />
- <Type Name="TextInputEventArgs" Kind="Structure" />
- <Type Name="Texture" Kind="Class" />
- <Type Name="Texture2D" Kind="Class" />
- <Type Name="Texture3D" Kind="Class" />
- <Type Name="TextureAddressMode" Kind="Enumeration" />
- <Type Name="TextureCoordinate" Kind="Enumeration" />
- <Type Name="TextureCube" Kind="Class" />
- <Type Name="TextureFilterMode" Kind="Enumeration" />
- <Type Name="TextureFrame" Kind="Structure" />
- <Type Name="TextureUnit" Kind="Enumeration" />
- <Type Name="TextureUsage" Kind="Enumeration" />
- <Type Name="Tile2D" Kind="Class" />
- <Type Name="TileMap2D" Kind="Class" />
- <Type Name="TileMapInfo2D" Kind="Structure" />
- <Type Name="TileMapLayer2D" Kind="Class" />
- <Type Name="TileMapLayerType2D" Kind="Enumeration" />
- <Type Name="TileMapObject2D" Kind="Class" />
- <Type Name="TileMapObjectType2D" Kind="Enumeration" />
- <Type Name="Time" Kind="Class" />
- <Type Name="TintBy" Kind="Class" />
- <Type Name="TintByState" Kind="Class" />
- <Type Name="TintTo" Kind="Class" />
- <Type Name="TintToState" Kind="Class" />
- <Type Name="TmxFile2D" Kind="Class" />
- <Type Name="TmxImageLayer2D" Kind="Class" />
- <Type Name="TmxLayer2D" Kind="Class" />
- <Type Name="TmxObjectGroup2D" Kind="Class" />
- <Type Name="TmxTileLayer2D" Kind="Class" />
- <Type Name="ToggledEventArgs" Kind="Structure" />
- <Type Name="ToggleVisibility" Kind="Class" />
- <Type Name="ToggleVisibilityState" Kind="Class" />
- <Type Name="ToolTip" Kind="Class" />
- <Type Name="TouchBeginEventArgs" Kind="Structure" />
- <Type Name="TouchEndEventArgs" Kind="Structure" />
- <Type Name="TouchMoveEventArgs" Kind="Structure" />
- <Type Name="TouchState" Kind="Structure" />
- <Type Name="TransformSpace" Kind="Enumeration" />
- <Type Name="TraversalMode" Kind="Enumeration" />
- <Type Name="UI" Kind="Class" />
- <Type Name="UIDropFileEventArgs" Kind="Structure" />
- <Type Name="UIElement" Kind="Class" />
- <Type Name="UIMouseClickEndEventArgs" Kind="Structure" />
- <Type Name="UIMouseClickEventArgs" Kind="Structure" />
- <Type Name="UIMouseDoubleClickEventArgs" Kind="Structure" />
- <Type Name="UnhandledKeyEventArgs" Kind="Structure" />
- <Type Name="UnknownComponent" Kind="Class" />
- <Type Name="UnknownResourceTypeEventArgs" Kind="Structure" />
- <Type Name="UpdateEventArgs" Kind="Structure" />
- <Type Name="UpdateGeometryType" Kind="Enumeration" />
- <Type Name="UpdateSmoothingEventArgs" Kind="Structure" />
- <Type Name="UrhoConsole" Kind="Class" />
- <Type Name="UrhoObject" Kind="Class" />
- <Type Name="UrhoObjectFlag" Kind="Enumeration" />
- <Type Name="UrhoString" Kind="Structure" />
- <Type Name="ValueAnimation" Kind="Class" />
- <Type Name="ValueAnimationInfo" Kind="Class" />
- <Type Name="Variant" Kind="Structure" />
- <Type Name="VariantType" Kind="Enumeration" />
- <Type Name="Vector2" Kind="Structure" />
- <Type Name="Vector3" Kind="Structure" />
- <Type Name="Vector4" Kind="Structure" />
- <Type Name="VectorBase" Kind="Structure" />
- <Type Name="VertexBuffer" Kind="Class" />
- <Type Name="VertexElement" Kind="Enumeration" />
- <Type Name="VertexLightVSVariation" Kind="Enumeration" />
- <Type Name="VerticalAlignment" Kind="Enumeration" />
- <Type Name="View" Kind="Class" />
- <Type Name="View3D" Kind="Class" />
- <Type Name="ViewChangedEventArgs" Kind="Structure" />
- <Type Name="ViewOverrideFlags" Kind="Enumeration" />
- <Type Name="Viewport" Kind="Class" />
- <Type Name="VisibleChangedEventArgs" Kind="Structure" />
- <Type Name="WeakPtr" Kind="Structure" />
- <Type Name="Window" Kind="Class" />
- <Type Name="WindowDragMode" Kind="Enumeration" />
- <Type Name="WindowPosEventArgs" Kind="Structure" />
- <Type Name="WorkItem" Kind="Structure" />
- <Type Name="WorkItemCompletedEventArgs" Kind="Structure" />
- <Type Name="WorkQueue" Kind="Class" />
- <Type Name="WrapMode" Kind="Enumeration" />
- <Type Name="XmlComponentSerializer" Kind="Class" />
- <Type Name="XMLElement" Kind="Class" />
- <Type Name="XMLFile" Kind="Class" />
- <Type Name="XPathResultSet" Kind="Structure" />
- <Type Name="Zone" Kind="Class" />
- </Namespace>
- </Types>
- <Title>Urho</Title>
- </Overview>
|