index.xml 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933
  1. <Overview>
  2. <Assemblies>
  3. <Assembly Name="Urho" Version="1.0.0.0">
  4. <Attributes>
  5. <Attribute>
  6. <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
  7. </Attribute>
  8. <Attribute>
  9. <AttributeName>System.Reflection.AssemblyCompany("")</AttributeName>
  10. </Attribute>
  11. <Attribute>
  12. <AttributeName>System.Reflection.AssemblyConfiguration("")</AttributeName>
  13. </Attribute>
  14. <Attribute>
  15. <AttributeName>System.Reflection.AssemblyCopyright("Copyright © Xamarin 2015-2016")</AttributeName>
  16. </Attribute>
  17. <Attribute>
  18. <AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
  19. </Attribute>
  20. <Attribute>
  21. <AttributeName>System.Reflection.AssemblyFileVersion("1.0.0.0")</AttributeName>
  22. </Attribute>
  23. <Attribute>
  24. <AttributeName>System.Reflection.AssemblyProduct("Urho")</AttributeName>
  25. </Attribute>
  26. <Attribute>
  27. <AttributeName>System.Reflection.AssemblyTitle("Urho")</AttributeName>
  28. </Attribute>
  29. <Attribute>
  30. <AttributeName>System.Reflection.AssemblyTrademark("")</AttributeName>
  31. </Attribute>
  32. <Attribute>
  33. <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
  34. </Attribute>
  35. <Attribute>
  36. <AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
  37. </Attribute>
  38. <Attribute>
  39. <AttributeName>System.Runtime.InteropServices.Guid("641886db-2c6c-4d33-88da-97bec0ec5f86")</AttributeName>
  40. </Attribute>
  41. <Attribute>
  42. <AttributeName>System.Runtime.Versioning.TargetFramework(".NETFramework,Version=v4.5", FrameworkDisplayName="")</AttributeName>
  43. </Attribute>
  44. </Attributes>
  45. </Assembly>
  46. </Assemblies>
  47. <Remarks>To be added.</Remarks>
  48. <Copyright>To be added.</Copyright>
  49. <Types>
  50. <Namespace Name="">
  51. <Type Name="PreserveAttribute" Kind="Class" />
  52. </Namespace>
  53. <Namespace Name="Urho">
  54. <Type Name="Animatable" Kind="Class" />
  55. <Type Name="AnimatedModel" Kind="Class" />
  56. <Type Name="Animation" Kind="Class" />
  57. <Type Name="AnimationBlendMode" Kind="Enumeration" />
  58. <Type Name="AnimationController" Kind="Class" />
  59. <Type Name="AnimationFinishedEventArgs" Kind="Structure" />
  60. <Type Name="AnimationState" Kind="Class" />
  61. <Type Name="AnimationTrack" Kind="Structure" />
  62. <Type Name="AnimationTriggerEventArgs" Kind="Structure" />
  63. <Type Name="AnimationTriggerPoint" Kind="Structure" />
  64. <Type Name="Application" Kind="Class" />
  65. <Type Name="Application+ActionIntPtr" Kind="Delegate" />
  66. <Type Name="ApplicationOptions" Kind="Class" />
  67. <Type Name="ApplicationOptions+OrientationType" Kind="Enumeration" />
  68. <Type Name="AsyncLoadFinishedEventArgs" Kind="Structure" />
  69. <Type Name="AsyncLoadProgressEventArgs" Kind="Structure" />
  70. <Type Name="AttributeAccessor" Kind="Class" />
  71. <Type Name="AttributeAnimationAddedEventArgs" Kind="Structure" />
  72. <Type Name="AttributeAnimationInfo" Kind="Class" />
  73. <Type Name="AttributeAnimationRemovedEventArgs" Kind="Structure" />
  74. <Type Name="AttributeAnimationUpdateEventArgs" Kind="Structure" />
  75. <Type Name="AttributeInfo" Kind="Structure" />
  76. <Type Name="AutoRemoveMode" Kind="Enumeration" />
  77. <Type Name="Bar" Kind="Class" />
  78. <Type Name="BeginRenderingEventArgs" Kind="Structure" />
  79. <Type Name="BeginViewRenderEventArgs" Kind="Structure" />
  80. <Type Name="BeginViewUpdateEventArgs" Kind="Structure" />
  81. <Type Name="BiasParameters" Kind="Structure" />
  82. <Type Name="Billboard" Kind="Structure" />
  83. <Type Name="BillboardSet" Kind="Class" />
  84. <Type Name="BillboardWrapper" Kind="Class" />
  85. <Type Name="BlendMode" Kind="Enumeration" />
  86. <Type Name="Bone" Kind="Structure" />
  87. <Type Name="BoneHierarchyCreatedEventArgs" Kind="Structure" />
  88. <Type Name="BoneWrapper" Kind="Class" />
  89. <Type Name="BoundingBox" Kind="Structure" />
  90. <Type Name="Camera" Kind="Class" />
  91. <Type Name="CascadeParameters" Kind="Structure" />
  92. <Type Name="ClickEndEventArgs" Kind="Structure" />
  93. <Type Name="ClickEventArgs" Kind="Structure" />
  94. <Type Name="CollisionGeometryData" Kind="Structure" />
  95. <Type Name="Color" Kind="Structure" />
  96. <Type Name="ColorFrame" Kind="Structure" />
  97. <Type Name="CompareMode" Kind="Enumeration" />
  98. <Type Name="Component" Kind="Class" />
  99. <Type Name="ComponentAddedEventArgs" Kind="Structure" />
  100. <Type Name="ComponentClonedEventArgs" Kind="Structure" />
  101. <Type Name="ComponentEnabledChangedEventArgs" Kind="Structure" />
  102. <Type Name="ComponentRemovedEventArgs" Kind="Structure" />
  103. <Type Name="ComponentReplicationState" Kind="Structure" />
  104. <Type Name="CompressedLevel" Kind="Structure" />
  105. <Type Name="ConsoleCommandEventArgs" Kind="Structure" />
  106. <Type Name="ConstantBuffer" Kind="Class" />
  107. <Type Name="Context" Kind="Class" />
  108. <Type Name="Controls" Kind="Class" />
  109. <Type Name="ConvexData" Kind="Structure" />
  110. <Type Name="CoreAssets" Kind="Class" />
  111. <Type Name="CoreAssets+Fonts" Kind="Class" />
  112. <Type Name="CoreAssets+Materials" Kind="Class" />
  113. <Type Name="CoreAssets+Models" Kind="Class" />
  114. <Type Name="CoreAssets+PostProcess" Kind="Class" />
  115. <Type Name="CoreAssets+RenderPaths" Kind="Class" />
  116. <Type Name="CoreAssets+Techniques" Kind="Class" />
  117. <Type Name="CoreAssets+Techniques+PBR" Kind="Class" />
  118. <Type Name="CoreAssets+Textures" Kind="Class" />
  119. <Type Name="CoreAssets+UIs" Kind="Class" />
  120. <Type Name="CreateMode" Kind="Enumeration" />
  121. <Type Name="CrowdAgentNodeFailureEventArgs" Kind="Structure" />
  122. <Type Name="CrowdAgentNodeFormationEventArgs" Kind="Structure" />
  123. <Type Name="CrowdAgentNodeRepositionEventArgs" Kind="Structure" />
  124. <Type Name="CrowdAgentNodeStateChangedEventArgs" Kind="Structure" />
  125. <Type Name="CubeMapFace" Kind="Enumeration" />
  126. <Type Name="CubeMapLayout" Kind="Enumeration" />
  127. <Type Name="CullMode" Kind="Enumeration" />
  128. <Type Name="CustomGeometry" Kind="Class" />
  129. <Type Name="CustomGeometryVertex" Kind="Structure" />
  130. <Type Name="DebugHud" Kind="Class" />
  131. <Type Name="DebugRenderer" Kind="Class" />
  132. <Type Name="DecalSet" Kind="Class" />
  133. <Type Name="DeferredLightPSVariation" Kind="Enumeration" />
  134. <Type Name="DeferredLightVSVariation" Kind="Enumeration" />
  135. <Type Name="DeviceLostEventArgs" Kind="Structure" />
  136. <Type Name="DeviceResetEventArgs" Kind="Structure" />
  137. <Type Name="DoubleClickEventArgs" Kind="Structure" />
  138. <Type Name="Drawable" Kind="Class" />
  139. <Type Name="DrawableFlags" Kind="Enumeration" />
  140. <Type Name="DropFileEventArgs" Kind="Structure" />
  141. <Type Name="ElementMask" Kind="Enumeration" />
  142. <Type Name="EmitterType" Kind="Enumeration" />
  143. <Type Name="EndRenderingEventArgs" Kind="Structure" />
  144. <Type Name="EndViewRenderEventArgs" Kind="Structure" />
  145. <Type Name="EndViewUpdateEventArgs" Kind="Structure" />
  146. <Type Name="Engine" Kind="Class" />
  147. <Type Name="EventReceiverGroup" Kind="Class" />
  148. <Type Name="ExitRequestedEventArgs" Kind="Structure" />
  149. <Type Name="FaceCameraMode" Kind="Enumeration" />
  150. <Type Name="FillMode" Kind="Enumeration" />
  151. <Type Name="FocusParameters" Kind="Structure" />
  152. <Type Name="FONT_TYPE" Kind="Enumeration" />
  153. <Type Name="FontGlyph" Kind="Structure" />
  154. <Type Name="FrameEndedEventArgs" Kind="Structure" />
  155. <Type Name="FrameStartedEventArgs" Kind="Structure" />
  156. <Type Name="Frustum" Kind="Structure" />
  157. <Type Name="FrustumPlane" Kind="Enumeration" />
  158. <Type Name="Geometry" Kind="Class" />
  159. <Type Name="GeometryType" Kind="Enumeration" />
  160. <Type Name="GestureInputEventArgs" Kind="Structure" />
  161. <Type Name="GestureRecordedEventArgs" Kind="Structure" />
  162. <Type Name="GPUObject" Kind="Structure" />
  163. <Type Name="Graphics" Kind="Class" />
  164. <Type Name="GraphicsImpl" Kind="Structure" />
  165. <Type Name="HashBase" Kind="Structure" />
  166. <Type Name="HashIteratorBase" Kind="Structure" />
  167. <Type Name="HeightfieldData" Kind="Structure" />
  168. <Type Name="IDeserializer" Kind="Interface" />
  169. <Type Name="IndexBuffer" Kind="Class" />
  170. <Type Name="Input" Kind="Class" />
  171. <Type Name="InputBeginEventArgs" Kind="Structure" />
  172. <Type Name="InputEndEventArgs" Kind="Structure" />
  173. <Type Name="InputFocusEventArgs" Kind="Structure" />
  174. <Type Name="InterceptNetworkUpdateEventArgs" Kind="Structure" />
  175. <Type Name="InterpMethod" Kind="Enumeration" />
  176. <Type Name="InterpolationMode" Kind="Enumeration" />
  177. <Type Name="Intersection" Kind="Enumeration" />
  178. <Type Name="IntRect" Kind="Structure" />
  179. <Type Name="IntVector2" Kind="Structure" />
  180. <Type Name="ISerializer" Kind="Interface" />
  181. <Type Name="Iterator" Kind="Structure" />
  182. <Type Name="IUrhoSurface" Kind="Interface" />
  183. <Type Name="JoystickAxisMoveEventArgs" Kind="Structure" />
  184. <Type Name="JoystickButtonDownEventArgs" Kind="Structure" />
  185. <Type Name="JoystickButtonUpEventArgs" Kind="Structure" />
  186. <Type Name="JoystickConnectedEventArgs" Kind="Structure" />
  187. <Type Name="JoystickDisconnectedEventArgs" Kind="Structure" />
  188. <Type Name="JoystickHatMoveEventArgs" Kind="Structure" />
  189. <Type Name="JoystickState" Kind="Structure" />
  190. <Type Name="Key" Kind="Enumeration" />
  191. <Type Name="KeyDownEventArgs" Kind="Structure" />
  192. <Type Name="KeyUpEventArgs" Kind="Structure" />
  193. <Type Name="LegacyVertexElement" Kind="Enumeration" />
  194. <Type Name="Light" Kind="Class" />
  195. <Type Name="LightBatchQueue" Kind="Structure" />
  196. <Type Name="LightPSVariation" Kind="Enumeration" />
  197. <Type Name="LightType" Kind="Enumeration" />
  198. <Type Name="LightVSVariation" Kind="Enumeration" />
  199. <Type Name="ListBasedUpdateSynchronizationContext" Kind="Class" />
  200. <Type Name="LoadMode" Kind="Enumeration" />
  201. <Type Name="LockState" Kind="Enumeration" />
  202. <Type Name="LogicComponent" Kind="Class" />
  203. <Type Name="LogLevel" Kind="Enumeration" />
  204. <Type Name="LogSharp" Kind="Class" />
  205. <Type Name="LogSharpLevel" Kind="Enumeration" />
  206. <Type Name="MarshalHelper" Kind="Class" />
  207. <Type Name="Material" Kind="Class" />
  208. <Type Name="MathHelper" Kind="Class" />
  209. <Type Name="Matrix3" Kind="Structure" />
  210. <Type Name="Matrix3x4" Kind="Structure" />
  211. <Type Name="Matrix4" Kind="Structure" />
  212. <Type Name="MemoryBuffer" Kind="Class" />
  213. <Type Name="Model" Kind="Class" />
  214. <Type Name="ModelMorph" Kind="Structure" />
  215. <Type Name="MonoDebugHud" Kind="Class" />
  216. <Type Name="MonoPInvokeCallbackAttribute" Kind="Class" />
  217. <Type Name="MouseButton" Kind="Enumeration" />
  218. <Type Name="MouseButtonDownEventArgs" Kind="Structure" />
  219. <Type Name="MouseButtonUpEventArgs" Kind="Structure" />
  220. <Type Name="MouseMode" Kind="Enumeration" />
  221. <Type Name="MouseModeChangedEventArgs" Kind="Structure" />
  222. <Type Name="MouseMovedEventArgs" Kind="Structure" />
  223. <Type Name="MouseVisibleChangedEventArgs" Kind="Structure" />
  224. <Type Name="MouseWheelEventArgs" Kind="Structure" />
  225. <Type Name="MultiGestureEventArgs" Kind="Structure" />
  226. <Type Name="NavigationPathPointFlag" Kind="Enumeration" />
  227. <Type Name="NetworkState" Kind="Structure" />
  228. <Type Name="Node" Kind="Class" />
  229. <Type Name="NodeAddedEventArgs" Kind="Structure" />
  230. <Type Name="NodeBeginContact2DEventArgs" Kind="Structure" />
  231. <Type Name="NodeClonedEventArgs" Kind="Structure" />
  232. <Type Name="NodeCollisionEndEventArgs" Kind="Structure" />
  233. <Type Name="NodeCollisionEventArgs" Kind="Structure" />
  234. <Type Name="NodeCollisionStartEventArgs" Kind="Structure" />
  235. <Type Name="NodeEnabledChangedEventArgs" Kind="Structure" />
  236. <Type Name="NodeEndContact2DEventArgs" Kind="Structure" />
  237. <Type Name="NodeNameChangedEventArgs" Kind="Structure" />
  238. <Type Name="NodeRemovedEventArgs" Kind="Structure" />
  239. <Type Name="NodeTagAddedEventArgs" Kind="Structure" />
  240. <Type Name="NodeTagRemovedEventArgs" Kind="Structure" />
  241. <Type Name="ObjectAnimation" Kind="Class" />
  242. <Type Name="ObjectCallbackSignature" Kind="Delegate" />
  243. <Type Name="ObjectFactory" Kind="Class" />
  244. <Type Name="OcclusionBuffer" Kind="Class" />
  245. <Type Name="Octant" Kind="Structure" />
  246. <Type Name="Octree" Kind="Class" />
  247. <Type Name="ParticleEffect" Kind="Class" />
  248. <Type Name="ParticleEffectFinishedEventArgs" Kind="Structure" />
  249. <Type Name="ParticleEmitter" Kind="Class" />
  250. <Type Name="Pass" Kind="Class" />
  251. <Type Name="PassLightingMode" Kind="Enumeration" />
  252. <Type Name="Plane" Kind="Structure" />
  253. <Type Name="Platforms" Kind="Enumeration" />
  254. <Type Name="PodVector`1" DisplayName="PodVector&lt;T&gt;" Kind="Class" />
  255. <Type Name="PostRenderUpdateEventArgs" Kind="Structure" />
  256. <Type Name="PostUpdateEventArgs" Kind="Structure" />
  257. <Type Name="PrimitiveType" Kind="Enumeration" />
  258. <Type Name="Profiler" Kind="Class" />
  259. <Type Name="ProfilerBlock" Kind="Structure" />
  260. <Type Name="ProgressBarChangedEventArgs" Kind="Structure" />
  261. <Type Name="Quaternion" Kind="Structure" />
  262. <Type Name="RandomAccessIterator" Kind="Structure" />
  263. <Type Name="Randoms" Kind="Class" />
  264. <Type Name="Ray" Kind="Structure" />
  265. <Type Name="RayQueryLevel" Kind="Enumeration" />
  266. <Type Name="RayQueryResult" Kind="Structure" />
  267. <Type Name="Rect" Kind="Structure" />
  268. <Type Name="RefCount" Kind="Structure" />
  269. <Type Name="RefCounted" Kind="Class" />
  270. <Type Name="RenderCommandSortMode" Kind="Enumeration" />
  271. <Type Name="RenderCommandType" Kind="Enumeration" />
  272. <Type Name="Renderer" Kind="Class" />
  273. <Type Name="RenderPath" Kind="Class" />
  274. <Type Name="RenderPathCommand" Kind="Structure" />
  275. <Type Name="RenderPathEventEventArgs" Kind="Structure" />
  276. <Type Name="RenderSurface" Kind="Class" />
  277. <Type Name="RenderSurfaceUpdateEventArgs" Kind="Structure" />
  278. <Type Name="RenderSurfaceUpdateMode" Kind="Enumeration" />
  279. <Type Name="RenderTargetSizeMode" Kind="Enumeration" />
  280. <Type Name="RenderUpdateEventArgs" Kind="Structure" />
  281. <Type Name="ResourceRef" Kind="Structure" />
  282. <Type Name="ResourceRefList" Kind="Structure" />
  283. <Type Name="ResourceRouter" Kind="Class" />
  284. <Type Name="RibbonTrail" Kind="Class" />
  285. <Type Name="Scene" Kind="Class" />
  286. <Type Name="SceneDrawableUpdateFinishedEventArgs" Kind="Structure" />
  287. <Type Name="ScenePostUpdateEventArgs" Kind="Structure" />
  288. <Type Name="SceneSubsystemUpdateEventArgs" Kind="Structure" />
  289. <Type Name="SceneUpdateEventArgs" Kind="Structure" />
  290. <Type Name="ScreenModeEventArgs" Kind="Structure" />
  291. <Type Name="Sdl" Kind="Class" />
  292. <Type Name="SDL_Event" Kind="Structure" />
  293. <Type Name="SDL_Scancode" Kind="Enumeration" />
  294. <Type Name="SdlEventType" Kind="Enumeration" />
  295. <Type Name="SdlKeyState" Kind="Enumeration" />
  296. <Type Name="SDLRawInputEventArgs" Kind="Structure" />
  297. <Type Name="SdlWindowEvent" Kind="Enumeration" />
  298. <Type Name="Serializable" Kind="Class" />
  299. <Type Name="Shader" Kind="Class" />
  300. <Type Name="ShaderParameter" Kind="Structure" />
  301. <Type Name="ShaderParameterAnimationInfo" Kind="Class" />
  302. <Type Name="ShaderParameterGroup" Kind="Enumeration" />
  303. <Type Name="ShaderPrecache" Kind="Class" />
  304. <Type Name="ShaderProgram" Kind="Class" />
  305. <Type Name="ShaderType" Kind="Enumeration" />
  306. <Type Name="ShaderVariation" Kind="Class" />
  307. <Type Name="ShadowQuality" Kind="Enumeration" />
  308. <Type Name="SimpleApplication" Kind="Class" />
  309. <Type Name="Skeleton" Kind="Class" />
  310. <Type Name="Skybox" Kind="Class" />
  311. <Type Name="SmoothedTransform" Kind="Class" />
  312. <Type Name="SoundFinishedEventArgs" Kind="Structure" />
  313. <Type Name="SoundType" Kind="Enumeration" />
  314. <Type Name="SplinePath" Kind="Class" />
  315. <Type Name="StaticModel" Kind="Class" />
  316. <Type Name="StaticModelGroup" Kind="Class" />
  317. <Type Name="StencilOp" Kind="Enumeration" />
  318. <Type Name="StringHash" Kind="Structure" />
  319. <Type Name="StringHashRef" Kind="Structure" />
  320. <Type Name="Subscription" Kind="Class" />
  321. <Type Name="TargetPositionChangedEventArgs" Kind="Structure" />
  322. <Type Name="TargetRotationChangedEventArgs" Kind="Structure" />
  323. <Type Name="Technique" Kind="Class" />
  324. <Type Name="TemporaryChangedEventArgs" Kind="Structure" />
  325. <Type Name="Terrain" Kind="Class" />
  326. <Type Name="TerrainCreatedEventArgs" Kind="Structure" />
  327. <Type Name="TerrainPatch" Kind="Class" />
  328. <Type Name="TextEditingEventArgs" Kind="Structure" />
  329. <Type Name="TextInputEventArgs" Kind="Structure" />
  330. <Type Name="Texture" Kind="Class" />
  331. <Type Name="Texture2DArray" Kind="Class" />
  332. <Type Name="Texture3D" Kind="Class" />
  333. <Type Name="TextureAddressMode" Kind="Enumeration" />
  334. <Type Name="TextureCoordinate" Kind="Enumeration" />
  335. <Type Name="TextureCube" Kind="Class" />
  336. <Type Name="TextureFilterMode" Kind="Enumeration" />
  337. <Type Name="TextureFrame" Kind="Structure" />
  338. <Type Name="TextureUnit" Kind="Enumeration" />
  339. <Type Name="TextureUsage" Kind="Enumeration" />
  340. <Type Name="Time" Kind="Class" />
  341. <Type Name="TouchBeginEventArgs" Kind="Structure" />
  342. <Type Name="TouchEndEventArgs" Kind="Structure" />
  343. <Type Name="TouchMoveEventArgs" Kind="Structure" />
  344. <Type Name="TouchState" Kind="Structure" />
  345. <Type Name="TrailType" Kind="Enumeration" />
  346. <Type Name="TransformSpace" Kind="Enumeration" />
  347. <Type Name="TriangleMeshData" Kind="Structure" />
  348. <Type Name="TypeInfo" Kind="Structure" />
  349. <Type Name="UnhandledExceptionEventArgs" Kind="Class" />
  350. <Type Name="UnknownComponent" Kind="Class" />
  351. <Type Name="UpdateEventArgs" Kind="Structure" />
  352. <Type Name="UpdateGeometryType" Kind="Enumeration" />
  353. <Type Name="UpdateSmoothingEventArgs" Kind="Structure" />
  354. <Type Name="UrhoConsole" Kind="Class" />
  355. <Type Name="UrhoObject" Kind="Class" />
  356. <Type Name="UrhoObjectFlag" Kind="Enumeration" />
  357. <Type Name="UrhoString" Kind="Structure" />
  358. <Type Name="ValueAnimation" Kind="Class" />
  359. <Type Name="ValueAnimationInfo" Kind="Class" />
  360. <Type Name="Variant" Kind="Structure" />
  361. <Type Name="VariantType" Kind="Enumeration" />
  362. <Type Name="VariantValue" Kind="Structure" />
  363. <Type Name="VariantValueLine" Kind="Structure" />
  364. <Type Name="Vector2" Kind="Structure" />
  365. <Type Name="Vector3" Kind="Structure" />
  366. <Type Name="Vector4" Kind="Structure" />
  367. <Type Name="VectorBase" Kind="Structure" />
  368. <Type Name="VertexBuffer" Kind="Class" />
  369. <Type Name="VertexElement" Kind="Structure" />
  370. <Type Name="VertexElementSemantic" Kind="Enumeration" />
  371. <Type Name="VertexElementType" Kind="Enumeration" />
  372. <Type Name="VertexLightVSVariation" Kind="Enumeration" />
  373. <Type Name="View" Kind="Class" />
  374. <Type Name="ViewBuffersReadyEventArgs" Kind="Structure" />
  375. <Type Name="ViewGlobalShaderParametersEventArgs" Kind="Structure" />
  376. <Type Name="ViewOverrideFlags" Kind="Enumeration" />
  377. <Type Name="Viewport" Kind="Class" />
  378. <Type Name="WeakPtr" Kind="Structure" />
  379. <Type Name="WindowPosEventArgs" Kind="Structure" />
  380. <Type Name="WorkItem" Kind="Structure" />
  381. <Type Name="WorkItemCompletedEventArgs" Kind="Structure" />
  382. <Type Name="WorkQueue" Kind="Class" />
  383. <Type Name="WrapMode" Kind="Enumeration" />
  384. <Type Name="Zone" Kind="Class" />
  385. </Namespace>
  386. <Namespace Name="Urho.Actions">
  387. <Type Name="ActionEase" Kind="Class" />
  388. <Type Name="ActionEaseState" Kind="Class" />
  389. <Type Name="ActionInstant" Kind="Class" />
  390. <Type Name="ActionInstantState" Kind="Class" />
  391. <Type Name="ActionManager" Kind="Class" />
  392. <Type Name="ActionState" Kind="Class" />
  393. <Type Name="ActionTag" Kind="Enumeration" />
  394. <Type Name="ActionTween" Kind="Class" />
  395. <Type Name="ActionTweenState" Kind="Class" />
  396. <Type Name="AmplitudeAction" Kind="Class" />
  397. <Type Name="AmplitudeActionState" Kind="Class" />
  398. <Type Name="BaseAction" Kind="Class" />
  399. <Type Name="BezierBy" Kind="Class" />
  400. <Type Name="BezierByState" Kind="Class" />
  401. <Type Name="BezierConfig" Kind="Structure" />
  402. <Type Name="BezierTo" Kind="Class" />
  403. <Type Name="BezierToState" Kind="Class" />
  404. <Type Name="Blink" Kind="Class" />
  405. <Type Name="BlinkState" Kind="Class" />
  406. <Type Name="CallFunc" Kind="Class" />
  407. <Type Name="CallFuncN" Kind="Class" />
  408. <Type Name="CallFuncND" Kind="Class" />
  409. <Type Name="CallFuncNDState" Kind="Class" />
  410. <Type Name="CallFuncNState" Kind="Class" />
  411. <Type Name="CallFuncO" Kind="Class" />
  412. <Type Name="CallFuncOState" Kind="Class" />
  413. <Type Name="CallFuncState" Kind="Class" />
  414. <Type Name="DelayTime" Kind="Class" />
  415. <Type Name="DelayTimeState" Kind="Class" />
  416. <Type Name="EaseBackIn" Kind="Class" />
  417. <Type Name="EaseBackInOut" Kind="Class" />
  418. <Type Name="EaseBackInOutState" Kind="Class" />
  419. <Type Name="EaseBackInState" Kind="Class" />
  420. <Type Name="EaseBackOut" Kind="Class" />
  421. <Type Name="EaseBackOutState" Kind="Class" />
  422. <Type Name="EaseBounceIn" Kind="Class" />
  423. <Type Name="EaseBounceInOut" Kind="Class" />
  424. <Type Name="EaseBounceInOutState" Kind="Class" />
  425. <Type Name="EaseBounceInState" Kind="Class" />
  426. <Type Name="EaseBounceOut" Kind="Class" />
  427. <Type Name="EaseBounceOutState" Kind="Class" />
  428. <Type Name="EaseCustom" Kind="Class" />
  429. <Type Name="EaseCustomState" Kind="Class" />
  430. <Type Name="EaseElastic" Kind="Class" />
  431. <Type Name="EaseElasticIn" Kind="Class" />
  432. <Type Name="EaseElasticInOut" Kind="Class" />
  433. <Type Name="EaseElasticInOutState" Kind="Class" />
  434. <Type Name="EaseElasticInState" Kind="Class" />
  435. <Type Name="EaseElasticOut" Kind="Class" />
  436. <Type Name="EaseElasticOutState" Kind="Class" />
  437. <Type Name="EaseElasticState" Kind="Class" />
  438. <Type Name="EaseExponentialIn" Kind="Class" />
  439. <Type Name="EaseExponentialInOut" Kind="Class" />
  440. <Type Name="EaseExponentialInOutState" Kind="Class" />
  441. <Type Name="EaseExponentialInState" Kind="Class" />
  442. <Type Name="EaseExponentialOut" Kind="Class" />
  443. <Type Name="EaseExponentialOutState" Kind="Class" />
  444. <Type Name="EaseIn" Kind="Class" />
  445. <Type Name="EaseInOut" Kind="Class" />
  446. <Type Name="EaseInOutState" Kind="Class" />
  447. <Type Name="EaseInState" Kind="Class" />
  448. <Type Name="EaseOut" Kind="Class" />
  449. <Type Name="EaseOutState" Kind="Class" />
  450. <Type Name="EaseRateAction" Kind="Class" />
  451. <Type Name="EaseRateActionState" Kind="Class" />
  452. <Type Name="EaseSineIn" Kind="Class" />
  453. <Type Name="EaseSineInOut" Kind="Class" />
  454. <Type Name="EaseSineInOutState" Kind="Class" />
  455. <Type Name="EaseSineInState" Kind="Class" />
  456. <Type Name="EaseSineOut" Kind="Class" />
  457. <Type Name="EaseSineOutState" Kind="Class" />
  458. <Type Name="FadeIn" Kind="Class" />
  459. <Type Name="FadeInState" Kind="Class" />
  460. <Type Name="FadeOut" Kind="Class" />
  461. <Type Name="FadeOutState" Kind="Class" />
  462. <Type Name="FadeTo" Kind="Class" />
  463. <Type Name="FadeToState" Kind="Class" />
  464. <Type Name="FiniteTimeAction" Kind="Class" />
  465. <Type Name="FiniteTimeActionState" Kind="Class" />
  466. <Type Name="Hide" Kind="Class" />
  467. <Type Name="HideState" Kind="Class" />
  468. <Type Name="JumpBy" Kind="Class" />
  469. <Type Name="JumpByState" Kind="Class" />
  470. <Type Name="JumpTo" Kind="Class" />
  471. <Type Name="JumpToState" Kind="Class" />
  472. <Type Name="MoveBy" Kind="Class" />
  473. <Type Name="MoveByState" Kind="Class" />
  474. <Type Name="MoveTo" Kind="Class" />
  475. <Type Name="MoveToState" Kind="Class" />
  476. <Type Name="Parallel" Kind="Class" />
  477. <Type Name="ParallelState" Kind="Class" />
  478. <Type Name="Place" Kind="Class" />
  479. <Type Name="PlaceState" Kind="Class" />
  480. <Type Name="RemoveSelf" Kind="Class" />
  481. <Type Name="RemoveSelfState" Kind="Class" />
  482. <Type Name="Repeat" Kind="Class" />
  483. <Type Name="RepeatForever" Kind="Class" />
  484. <Type Name="RepeatForeverState" Kind="Class" />
  485. <Type Name="RepeatState" Kind="Class" />
  486. <Type Name="ReverseTime" Kind="Class" />
  487. <Type Name="ReverseTimeState" Kind="Class" />
  488. <Type Name="RotateAroundBy" Kind="Class" />
  489. <Type Name="RotateAroundByState" Kind="Class" />
  490. <Type Name="RotateBy" Kind="Class" />
  491. <Type Name="RotateByState" Kind="Class" />
  492. <Type Name="RotateTo" Kind="Class" />
  493. <Type Name="RotateToState" Kind="Class" />
  494. <Type Name="ScaleBy" Kind="Class" />
  495. <Type Name="ScaleByState" Kind="Class" />
  496. <Type Name="ScaleTo" Kind="Class" />
  497. <Type Name="ScaleToState" Kind="Class" />
  498. <Type Name="Sequence" Kind="Class" />
  499. <Type Name="SequenceState" Kind="Class" />
  500. <Type Name="ShaderParameterColorFromTo" Kind="Class" />
  501. <Type Name="ShaderParameterFloatFromTo" Kind="Class" />
  502. <Type Name="ShaderParameterFromTo`1" DisplayName="ShaderParameterFromTo&lt;TShaderParamType&gt;" Kind="Class" />
  503. <Type Name="ShaderParameterFromToState`1" DisplayName="ShaderParameterFromToState&lt;TShaderParamType&gt;" Kind="Class" />
  504. <Type Name="ShaderParameterVector2FromTo" Kind="Class" />
  505. <Type Name="ShaderParameterVector3FromTo" Kind="Class" />
  506. <Type Name="ShaderParameterVector4FromTo" Kind="Class" />
  507. <Type Name="Show" Kind="Class" />
  508. <Type Name="ShowState" Kind="Class" />
  509. <Type Name="Spawn" Kind="Class" />
  510. <Type Name="SpawnState" Kind="Class" />
  511. <Type Name="Speed" Kind="Class" />
  512. <Type Name="TargetedAction" Kind="Class" />
  513. <Type Name="TargetedActionState" Kind="Class" />
  514. <Type Name="TintBy" Kind="Class" />
  515. <Type Name="TintByState" Kind="Class" />
  516. <Type Name="TintTo" Kind="Class" />
  517. <Type Name="TintToState" Kind="Class" />
  518. <Type Name="ToggleVisibility" Kind="Class" />
  519. <Type Name="ToggleVisibilityState" Kind="Class" />
  520. </Namespace>
  521. <Namespace Name="Urho.Audio">
  522. <Type Name="Audio" Kind="Class" />
  523. <Type Name="BufferedSoundStream" Kind="Class" />
  524. <Type Name="OggVorbisSoundStream" Kind="Class" />
  525. <Type Name="Sound" Kind="Class" />
  526. <Type Name="SoundListener" Kind="Class" />
  527. <Type Name="SoundSource" Kind="Class" />
  528. <Type Name="SoundSource3D" Kind="Class" />
  529. <Type Name="SoundStream" Kind="Class" />
  530. </Namespace>
  531. <Namespace Name="Urho.Desktop">
  532. <Type Name="DesktopUrhoInitializer" Kind="Class" />
  533. </Namespace>
  534. <Namespace Name="Urho.Gui">
  535. <Type Name="BorderImage" Kind="Class" />
  536. <Type Name="Button" Kind="Class" />
  537. <Type Name="CheckBox" Kind="Class" />
  538. <Type Name="Corner" Kind="Enumeration" />
  539. <Type Name="Cursor" Kind="Class" />
  540. <Type Name="CursorShape" Kind="Enumeration" />
  541. <Type Name="DefocusedEventArgs" Kind="Structure" />
  542. <Type Name="DragBeginEventArgs" Kind="Structure" />
  543. <Type Name="DragCancelEventArgs" Kind="Structure" />
  544. <Type Name="DragDropFinishEventArgs" Kind="Structure" />
  545. <Type Name="DragDropTestEventArgs" Kind="Structure" />
  546. <Type Name="DragEndEventArgs" Kind="Structure" />
  547. <Type Name="DragMoveEventArgs" Kind="Structure" />
  548. <Type Name="DropDownList" Kind="Class" />
  549. <Type Name="ElementAddedEventArgs" Kind="Structure" />
  550. <Type Name="ElementRemovedEventArgs" Kind="Structure" />
  551. <Type Name="FileSelectedEventArgs" Kind="Structure" />
  552. <Type Name="FileSelector" Kind="Class" />
  553. <Type Name="FocusChangedEventArgs" Kind="Structure" />
  554. <Type Name="FocusedEventArgs" Kind="Structure" />
  555. <Type Name="FocusMode" Kind="Enumeration" />
  556. <Type Name="Font" Kind="Class" />
  557. <Type Name="FontFace" Kind="Class" />
  558. <Type Name="FontFaceBitmap" Kind="Class" />
  559. <Type Name="FontFaceFreeType" Kind="Class" />
  560. <Type Name="HighlightMode" Kind="Enumeration" />
  561. <Type Name="HorizontalAlignment" Kind="Enumeration" />
  562. <Type Name="HoverBeginEventArgs" Kind="Structure" />
  563. <Type Name="HoverEndEventArgs" Kind="Structure" />
  564. <Type Name="ItemClickedEventArgs" Kind="Structure" />
  565. <Type Name="ItemDeselectedEventArgs" Kind="Structure" />
  566. <Type Name="ItemDoubleClickedEventArgs" Kind="Structure" />
  567. <Type Name="ItemSelectedEventArgs" Kind="Structure" />
  568. <Type Name="LayoutMode" Kind="Enumeration" />
  569. <Type Name="LayoutUpdatedEventArgs" Kind="Structure" />
  570. <Type Name="LineEdit" Kind="Class" />
  571. <Type Name="ListView" Kind="Class" />
  572. <Type Name="Menu" Kind="Class" />
  573. <Type Name="MenuSelectedEventArgs" Kind="Structure" />
  574. <Type Name="MessageACKEventArgs" Kind="Structure" />
  575. <Type Name="MessageBox" Kind="Class" />
  576. <Type Name="ModalChangedEventArgs" Kind="Structure" />
  577. <Type Name="NameChangedEventArgs" Kind="Structure" />
  578. <Type Name="Orientation" Kind="Enumeration" />
  579. <Type Name="PositionedEventArgs" Kind="Structure" />
  580. <Type Name="PressedEventArgs" Kind="Structure" />
  581. <Type Name="ReleasedEventArgs" Kind="Structure" />
  582. <Type Name="ResizedEventArgs" Kind="Structure" />
  583. <Type Name="ScrollBar" Kind="Class" />
  584. <Type Name="ScrollBarChangedEventArgs" Kind="Structure" />
  585. <Type Name="ScrollView" Kind="Class" />
  586. <Type Name="SelectionChangedEventArgs" Kind="Structure" />
  587. <Type Name="Slider" Kind="Class" />
  588. <Type Name="SliderChangedEventArgs" Kind="Structure" />
  589. <Type Name="SliderPagedEventArgs" Kind="Structure" />
  590. <Type Name="Sprite" Kind="Class" />
  591. <Type Name="Text" Kind="Class" />
  592. <Type Name="Text3D" Kind="Class" />
  593. <Type Name="TextChangedEventArgs" Kind="Structure" />
  594. <Type Name="TextEffect" Kind="Enumeration" />
  595. <Type Name="TextEntryEventArgs" Kind="Structure" />
  596. <Type Name="TextFinishedEventArgs" Kind="Structure" />
  597. <Type Name="ToggledEventArgs" Kind="Structure" />
  598. <Type Name="ToolTip" Kind="Class" />
  599. <Type Name="TraversalMode" Kind="Enumeration" />
  600. <Type Name="UI" Kind="Class" />
  601. <Type Name="UIDropFileEventArgs" Kind="Structure" />
  602. <Type Name="UIElement" Kind="Class" />
  603. <Type Name="UIMouseClickEndEventArgs" Kind="Structure" />
  604. <Type Name="UIMouseClickEventArgs" Kind="Structure" />
  605. <Type Name="UIMouseDoubleClickEventArgs" Kind="Structure" />
  606. <Type Name="UnhandledKeyEventArgs" Kind="Structure" />
  607. <Type Name="VerticalAlignment" Kind="Enumeration" />
  608. <Type Name="View3D" Kind="Class" />
  609. <Type Name="ViewChangedEventArgs" Kind="Structure" />
  610. <Type Name="VisibleChangedEventArgs" Kind="Structure" />
  611. <Type Name="Window" Kind="Class" />
  612. <Type Name="WindowDragMode" Kind="Enumeration" />
  613. </Namespace>
  614. <Namespace Name="Urho.HoloLens">
  615. <Type Name="DebugGrid" Kind="Class" />
  616. <Type Name="HoloApplication" Kind="Class" />
  617. <Type Name="SpatialCursor" Kind="Class" />
  618. <Type Name="SpatialMeshInfo" Kind="Structure" />
  619. <Type Name="SpatialVertex" Kind="Structure" />
  620. </Namespace>
  621. <Namespace Name="Urho.HoloLens.HoloToolkit">
  622. <Type Name="BoundedPlane" Kind="Structure" />
  623. <Type Name="Bounds" Kind="Structure" />
  624. <Type Name="Matrix4x4" Kind="Structure" />
  625. <Type Name="Mesh" Kind="Structure" />
  626. <Type Name="MeshFilter" Kind="Structure" />
  627. <Type Name="OrientedBoundingBox" Kind="Structure" />
  628. <Type Name="Plane" Kind="Structure" />
  629. <Type Name="PlaneFinding" Kind="Class" />
  630. <Type Name="PlaneFinding+MeshData" Kind="Structure" />
  631. <Type Name="Quaternion" Kind="Structure" />
  632. <Type Name="Transform" Kind="Structure" />
  633. <Type Name="Vector3" Kind="Structure" />
  634. </Namespace>
  635. <Namespace Name="Urho.IO">
  636. <Type Name="AsyncExecFinishedEventArgs" Kind="Structure" />
  637. <Type Name="File" Kind="Class" />
  638. <Type Name="FileMode" Kind="Enumeration" />
  639. <Type Name="FileSystem" Kind="Class" />
  640. <Type Name="FileWatcher" Kind="Class" />
  641. <Type Name="Log" Kind="Class" />
  642. <Type Name="LogMessageEventArgs" Kind="Structure" />
  643. <Type Name="PackageEntry" Kind="Structure" />
  644. <Type Name="PackageFile" Kind="Class" />
  645. </Namespace>
  646. <Namespace Name="Urho.Navigation">
  647. <Type Name="CrowdAgent" Kind="Class" />
  648. <Type Name="CrowdAgentFailureEventArgs" Kind="Structure" />
  649. <Type Name="CrowdAgentFormationEventArgs" Kind="Structure" />
  650. <Type Name="CrowdAgentRepositionEventArgs" Kind="Structure" />
  651. <Type Name="CrowdAgentRequestedTarget" Kind="Enumeration" />
  652. <Type Name="CrowdAgentState" Kind="Enumeration" />
  653. <Type Name="CrowdAgentStateChangedEventArgs" Kind="Structure" />
  654. <Type Name="CrowdAgentTargetState" Kind="Enumeration" />
  655. <Type Name="CrowdManager" Kind="Class" />
  656. <Type Name="CrowdObstacleAvoidanceParams" Kind="Structure" />
  657. <Type Name="dtQueryFilter" Kind="Structure" />
  658. <Type Name="DynamicNavigationMesh" Kind="Class" />
  659. <Type Name="NavArea" Kind="Class" />
  660. <Type Name="Navigable" Kind="Class" />
  661. <Type Name="NavigationAreaRebuiltEventArgs" Kind="Structure" />
  662. <Type Name="NavigationMesh" Kind="Class" />
  663. <Type Name="NavigationMeshRebuiltEventArgs" Kind="Structure" />
  664. <Type Name="NavigationObstacleAddedEventArgs" Kind="Structure" />
  665. <Type Name="NavigationObstacleRemovedEventArgs" Kind="Structure" />
  666. <Type Name="NavigationPushiness" Kind="Enumeration" />
  667. <Type Name="NavigationQuality" Kind="Enumeration" />
  668. <Type Name="NavmeshPartitionType" Kind="Enumeration" />
  669. <Type Name="Obstacle" Kind="Class" />
  670. <Type Name="OffMeshConnection" Kind="Class" />
  671. </Namespace>
  672. <Namespace Name="Urho.Network">
  673. <Type Name="ClientConnectedEventArgs" Kind="Structure" />
  674. <Type Name="ClientDisconnectedEventArgs" Kind="Structure" />
  675. <Type Name="ClientIdentityEventArgs" Kind="Structure" />
  676. <Type Name="ClientSceneLoadedEventArgs" Kind="Structure" />
  677. <Type Name="ConnectFailedEventArgs" Kind="Structure" />
  678. <Type Name="Connection" Kind="Class" />
  679. <Type Name="DirtyBits" Kind="Structure" />
  680. <Type Name="HttpRequest" Kind="Class" />
  681. <Type Name="HttpRequestState" Kind="Enumeration" />
  682. <Type Name="Network" Kind="Class" />
  683. <Type Name="NetworkMessageEventArgs" Kind="Structure" />
  684. <Type Name="NetworkPriority" Kind="Class" />
  685. <Type Name="NetworkSceneLoadFailedEventArgs" Kind="Structure" />
  686. <Type Name="NetworkUpdateEventArgs" Kind="Structure" />
  687. <Type Name="NetworkUpdateSentEventArgs" Kind="Structure" />
  688. <Type Name="NodeReplicationState" Kind="Structure" />
  689. <Type Name="ObserverPositionSendMode" Kind="Enumeration" />
  690. <Type Name="RemoteEventDataEventArgs" Kind="Structure" />
  691. <Type Name="ReplicationState" Kind="Structure" />
  692. <Type Name="ServerConnectedEventArgs" Kind="Structure" />
  693. <Type Name="ServerDisconnectedEventArgs" Kind="Structure" />
  694. </Namespace>
  695. <Namespace Name="Urho.Physics">
  696. <Type Name="CollisionData" Kind="Structure" />
  697. <Type Name="CollisionEventMode" Kind="Enumeration" />
  698. <Type Name="CollisionShape" Kind="Class" />
  699. <Type Name="Constraint" Kind="Class" />
  700. <Type Name="ConstraintType" Kind="Enumeration" />
  701. <Type Name="PhysicsCollisionEndEventArgs" Kind="Structure" />
  702. <Type Name="PhysicsCollisionEventArgs" Kind="Structure" />
  703. <Type Name="PhysicsCollisionStartEventArgs" Kind="Structure" />
  704. <Type Name="PhysicsPostStepEventArgs" Kind="Structure" />
  705. <Type Name="PhysicsPreStepEventArgs" Kind="Structure" />
  706. <Type Name="PhysicsRaycastResult" Kind="Structure" />
  707. <Type Name="PhysicsWorld" Kind="Class" />
  708. <Type Name="RigidBody" Kind="Class" />
  709. <Type Name="ShapeType" Kind="Enumeration" />
  710. </Namespace>
  711. <Namespace Name="Urho.Repl">
  712. </Namespace>
  713. <Namespace Name="Urho.Resources">
  714. <Type Name="AsyncLoadState" Kind="Enumeration" />
  715. <Type Name="ChangeLanguageEventArgs" Kind="Structure" />
  716. <Type Name="CompressedFormat" Kind="Enumeration" />
  717. <Type Name="FileChangedEventArgs" Kind="Structure" />
  718. <Type Name="IComponentDeserializer" Kind="Interface" />
  719. <Type Name="IComponentSerializer" Kind="Interface" />
  720. <Type Name="Image" Kind="Class" />
  721. <Type Name="JsonFile" Kind="Class" />
  722. <Type Name="JsonNumberType" Kind="Enumeration" />
  723. <Type Name="JsonValueType" Kind="Enumeration" />
  724. <Type Name="LoadFailedEventArgs" Kind="Structure" />
  725. <Type Name="PListFile" Kind="Class" />
  726. <Type Name="PListValueType" Kind="Enumeration" />
  727. <Type Name="ReloadFailedEventArgs" Kind="Structure" />
  728. <Type Name="ReloadFinishedEventArgs" Kind="Structure" />
  729. <Type Name="ReloadStartedEventArgs" Kind="Structure" />
  730. <Type Name="Resource" Kind="Class" />
  731. <Type Name="ResourceBackgroundLoadedEventArgs" Kind="Structure" />
  732. <Type Name="ResourceCache" Kind="Class" />
  733. <Type Name="ResourceNotFoundEventArgs" Kind="Structure" />
  734. <Type Name="ResourceRequest" Kind="Enumeration" />
  735. <Type Name="UnknownResourceTypeEventArgs" Kind="Structure" />
  736. <Type Name="XmlComponentSerializer" Kind="Class" />
  737. <Type Name="XmlElement" Kind="Class" />
  738. <Type Name="XmlFile" Kind="Class" />
  739. <Type Name="XPathResultSet" Kind="Structure" />
  740. </Namespace>
  741. <Namespace Name="Urho.Shapes">
  742. <Type Name="Box" Kind="Class" />
  743. <Type Name="Cone" Kind="Class" />
  744. <Type Name="Cylinder" Kind="Class" />
  745. <Type Name="Plane" Kind="Class" />
  746. <Type Name="Pyramid" Kind="Class" />
  747. <Type Name="Shape" Kind="Class" />
  748. <Type Name="Sphere" Kind="Class" />
  749. <Type Name="Torus" Kind="Class" />
  750. </Namespace>
  751. <Namespace Name="Urho.Urho2D">
  752. <Type Name="AnimatedSprite2D" Kind="Class" />
  753. <Type Name="AnimationSet2D" Kind="Class" />
  754. <Type Name="BodyType2D" Kind="Enumeration" />
  755. <Type Name="CollisionBox2D" Kind="Class" />
  756. <Type Name="CollisionChain2D" Kind="Class" />
  757. <Type Name="CollisionCircle2D" Kind="Class" />
  758. <Type Name="CollisionEdge2D" Kind="Class" />
  759. <Type Name="CollisionPolygon2D" Kind="Class" />
  760. <Type Name="CollisionShape2D" Kind="Class" />
  761. <Type Name="Constraint2D" Kind="Class" />
  762. <Type Name="ConstraintDistance2D" Kind="Class" />
  763. <Type Name="ConstraintFriction2D" Kind="Class" />
  764. <Type Name="ConstraintGear2D" Kind="Class" />
  765. <Type Name="ConstraintMotor2D" Kind="Class" />
  766. <Type Name="ConstraintMouse2D" Kind="Class" />
  767. <Type Name="ConstraintPrismatic2D" Kind="Class" />
  768. <Type Name="ConstraintPulley2D" Kind="Class" />
  769. <Type Name="ConstraintRevolute2D" Kind="Class" />
  770. <Type Name="ConstraintRope2D" Kind="Class" />
  771. <Type Name="ConstraintWeld2D" Kind="Class" />
  772. <Type Name="ConstraintWheel2D" Kind="Class" />
  773. <Type Name="CurveType" Kind="Enumeration" />
  774. <Type Name="Drawable2D" Kind="Class" />
  775. <Type Name="EmitterType2D" Kind="Enumeration" />
  776. <Type Name="LoopMode" Kind="Enumeration" />
  777. <Type Name="LoopMode2D" Kind="Enumeration" />
  778. <Type Name="Orientation2D" Kind="Enumeration" />
  779. <Type Name="ParticleEffect2D" Kind="Class" />
  780. <Type Name="ParticleEmitter2D" Kind="Class" />
  781. <Type Name="PhysicsBeginContact2DEventArgs" Kind="Structure" />
  782. <Type Name="PhysicsEndContact2DEventArgs" Kind="Structure" />
  783. <Type Name="PhysicsWorld2D" Kind="Class" />
  784. <Type Name="PropertySet2D" Kind="Class" />
  785. <Type Name="Renderer2D" Kind="Class" />
  786. <Type Name="RigidBody2D" Kind="Class" />
  787. <Type Name="Sprite2D" Kind="Class" />
  788. <Type Name="SpriteSheet2D" Kind="Class" />
  789. <Type Name="StaticSprite2D" Kind="Class" />
  790. <Type Name="Texture2D" Kind="Class" />
  791. <Type Name="Tile2D" Kind="Class" />
  792. <Type Name="TileMap2D" Kind="Class" />
  793. <Type Name="TileMapInfo2D" Kind="Structure" />
  794. <Type Name="TileMapLayer2D" Kind="Class" />
  795. <Type Name="TileMapLayerType2D" Kind="Enumeration" />
  796. <Type Name="TileMapObject2D" Kind="Class" />
  797. <Type Name="TileMapObjectType2D" Kind="Enumeration" />
  798. <Type Name="TmxFile2D" Kind="Class" />
  799. <Type Name="TmxImageLayer2D" Kind="Class" />
  800. <Type Name="TmxLayer2D" Kind="Class" />
  801. <Type Name="TmxObjectGroup2D" Kind="Class" />
  802. <Type Name="TmxTileLayer2D" Kind="Class" />
  803. </Namespace>
  804. </Types>
  805. <Title>Urho</Title>
  806. <ExtensionMethods>
  807. <ExtensionMethod>
  808. <Targets>
  809. <Target Type="T:System.IntPtr" />
  810. </Targets>
  811. <Member MemberName="ReadSingle">
  812. <MemberSignature Language="C#" Value="public static float ReadSingle (this IntPtr ptr, int offset = 0);" />
  813. <MemberSignature Language="ILAsm" Value=".method public static hidebysig float32 ReadSingle(native int ptr, int32 offset) cil managed" />
  814. <MemberType>ExtensionMethod</MemberType>
  815. <ReturnValue>
  816. <ReturnType>System.Single</ReturnType>
  817. </ReturnValue>
  818. <Parameters>
  819. <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
  820. <Parameter Name="offset" Type="System.Int32" />
  821. </Parameters>
  822. <Docs>
  823. <param name="ptr">To be added.</param>
  824. <param name="offset">To be added.</param>
  825. <summary>To be added.</summary>
  826. </Docs>
  827. <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ReadSingle(System.IntPtr,System.Int32)" />
  828. </Member>
  829. </ExtensionMethod>
  830. <ExtensionMethod>
  831. <Targets>
  832. <Target Type="T:System.IntPtr" />
  833. </Targets>
  834. <Member MemberName="ToBytesArray">
  835. <MemberSignature Language="C#" Value="public static byte[] ToBytesArray (this IntPtr ptr, int size);" />
  836. <MemberSignature Language="ILAsm" Value=".method public static hidebysig unsigned int8[] ToBytesArray(native int ptr, int32 size) cil managed" />
  837. <MemberType>ExtensionMethod</MemberType>
  838. <ReturnValue>
  839. <ReturnType>System.Byte[]</ReturnType>
  840. </ReturnValue>
  841. <Parameters>
  842. <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
  843. <Parameter Name="size" Type="System.Int32" />
  844. </Parameters>
  845. <Docs>
  846. <param name="ptr">To be added.</param>
  847. <param name="size">To be added.</param>
  848. <summary>To be added.</summary>
  849. </Docs>
  850. <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToBytesArray(System.IntPtr,System.Int32)" />
  851. </Member>
  852. </ExtensionMethod>
  853. <ExtensionMethod>
  854. <Targets>
  855. <Target Type="T:System.IntPtr" />
  856. </Targets>
  857. <Member MemberName="ToFloatsArray">
  858. <MemberSignature Language="C#" Value="public static float[] ToFloatsArray (this IntPtr ptr, int size);" />
  859. <MemberSignature Language="ILAsm" Value=".method public static hidebysig float32[] ToFloatsArray(native int ptr, int32 size) cil managed" />
  860. <MemberType>ExtensionMethod</MemberType>
  861. <ReturnValue>
  862. <ReturnType>System.Single[]</ReturnType>
  863. </ReturnValue>
  864. <Parameters>
  865. <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
  866. <Parameter Name="size" Type="System.Int32" />
  867. </Parameters>
  868. <Docs>
  869. <param name="ptr">To be added.</param>
  870. <param name="size">To be added.</param>
  871. <summary>To be added.</summary>
  872. </Docs>
  873. <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToFloatsArray(System.IntPtr,System.Int32)" />
  874. </Member>
  875. </ExtensionMethod>
  876. <ExtensionMethod>
  877. <Targets>
  878. <Target Type="T:System.IntPtr" />
  879. </Targets>
  880. <Member MemberName="ToIntsArray">
  881. <MemberSignature Language="C#" Value="public static int[] ToIntsArray (this IntPtr ptr, int size);" />
  882. <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32[] ToIntsArray(native int ptr, int32 size) cil managed" />
  883. <MemberType>ExtensionMethod</MemberType>
  884. <ReturnValue>
  885. <ReturnType>System.Int32[]</ReturnType>
  886. </ReturnValue>
  887. <Parameters>
  888. <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
  889. <Parameter Name="size" Type="System.Int32" />
  890. </Parameters>
  891. <Docs>
  892. <param name="ptr">To be added.</param>
  893. <param name="size">To be added.</param>
  894. <summary>To be added.</summary>
  895. </Docs>
  896. <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToIntsArray(System.IntPtr,System.Int32)" />
  897. </Member>
  898. </ExtensionMethod>
  899. <ExtensionMethod>
  900. <Targets>
  901. <Target Type="T:System.IntPtr" />
  902. </Targets>
  903. <Member MemberName="ToStructsArray&lt;T&gt;">
  904. <MemberSignature Language="C#" Value="public static T[] ToStructsArray&lt;T&gt; (this IntPtr ptr, int size) where T : struct;" />
  905. <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T[] ToStructsArray&lt;struct .ctor (class System.ValueType) T&gt;(native int ptr, int32 size) cil managed" />
  906. <MemberType>ExtensionMethod</MemberType>
  907. <ReturnValue>
  908. <ReturnType>T[]</ReturnType>
  909. </ReturnValue>
  910. <TypeParameters>
  911. <TypeParameter Name="T">
  912. <Constraints>
  913. <ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
  914. <ParameterAttribute>NotNullableValueTypeConstraint</ParameterAttribute>
  915. <BaseTypeName>System.ValueType</BaseTypeName>
  916. </Constraints>
  917. </TypeParameter>
  918. </TypeParameters>
  919. <Parameters>
  920. <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
  921. <Parameter Name="size" Type="System.Int32" />
  922. </Parameters>
  923. <Docs>
  924. <typeparam name="T">To be added.</typeparam>
  925. <param name="ptr">To be added.</param>
  926. <param name="size">To be added.</param>
  927. <summary>To be added.</summary>
  928. </Docs>
  929. <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToStructsArray``1(System.IntPtr,System.Int32)" />
  930. </Member>
  931. </ExtensionMethod>
  932. </ExtensionMethods>
  933. </Overview>