| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933 |
- <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 © Xamarin 2015-2016")</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>
- <Attribute>
- <AttributeName>System.Runtime.Versioning.TargetFramework(".NETFramework,Version=v4.5", FrameworkDisplayName="")</AttributeName>
- </Attribute>
- </Attributes>
- </Assembly>
- </Assemblies>
- <Remarks>To be added.</Remarks>
- <Copyright>To be added.</Copyright>
- <Types>
- <Namespace Name="">
- <Type Name="PreserveAttribute" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho">
- <Type Name="Animatable" Kind="Class" />
- <Type Name="AnimatedModel" Kind="Class" />
- <Type Name="Animation" Kind="Class" />
- <Type Name="AnimationBlendMode" Kind="Enumeration" />
- <Type Name="AnimationController" Kind="Class" />
- <Type Name="AnimationFinishedEventArgs" Kind="Structure" />
- <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="AsyncLoadFinishedEventArgs" Kind="Structure" />
- <Type Name="AsyncLoadProgressEventArgs" Kind="Structure" />
- <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="AutoRemoveMode" Kind="Enumeration" />
- <Type Name="Bar" Kind="Class" />
- <Type Name="BeginRenderingEventArgs" Kind="Structure" />
- <Type Name="BeginViewRenderEventArgs" Kind="Structure" />
- <Type Name="BeginViewUpdateEventArgs" Kind="Structure" />
- <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="Bone" Kind="Structure" />
- <Type Name="BoneHierarchyCreatedEventArgs" Kind="Structure" />
- <Type Name="BoneWrapper" Kind="Class" />
- <Type Name="BoundingBox" Kind="Structure" />
- <Type Name="Camera" Kind="Class" />
- <Type Name="CascadeParameters" Kind="Structure" />
- <Type Name="ClickEndEventArgs" Kind="Structure" />
- <Type Name="ClickEventArgs" Kind="Structure" />
- <Type Name="CollisionGeometryData" Kind="Structure" />
- <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="ComponentClonedEventArgs" Kind="Structure" />
- <Type Name="ComponentEnabledChangedEventArgs" Kind="Structure" />
- <Type Name="ComponentRemovedEventArgs" Kind="Structure" />
- <Type Name="ComponentReplicationState" Kind="Structure" />
- <Type Name="CompressedLevel" Kind="Structure" />
- <Type Name="ConsoleCommandEventArgs" Kind="Structure" />
- <Type Name="ConstantBuffer" Kind="Class" />
- <Type Name="Context" Kind="Class" />
- <Type Name="Controls" Kind="Class" />
- <Type Name="ConvexData" Kind="Structure" />
- <Type Name="CoreAssets" Kind="Class" />
- <Type Name="CoreAssets+Fonts" Kind="Class" />
- <Type Name="CoreAssets+Materials" Kind="Class" />
- <Type Name="CoreAssets+Models" Kind="Class" />
- <Type Name="CoreAssets+PostProcess" Kind="Class" />
- <Type Name="CoreAssets+RenderPaths" Kind="Class" />
- <Type Name="CoreAssets+Techniques" Kind="Class" />
- <Type Name="CoreAssets+Techniques+PBR" Kind="Class" />
- <Type Name="CoreAssets+Textures" Kind="Class" />
- <Type Name="CoreAssets+UIs" Kind="Class" />
- <Type Name="CreateMode" Kind="Enumeration" />
- <Type Name="CrowdAgentNodeFailureEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentNodeFormationEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentNodeRepositionEventArgs" Kind="Structure" />
- <Type Name="CrowdAgentNodeStateChangedEventArgs" Kind="Structure" />
- <Type Name="CubeMapFace" Kind="Enumeration" />
- <Type Name="CubeMapLayout" Kind="Enumeration" />
- <Type Name="CullMode" 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="DeviceLostEventArgs" Kind="Structure" />
- <Type Name="DeviceResetEventArgs" Kind="Structure" />
- <Type Name="DoubleClickEventArgs" Kind="Structure" />
- <Type Name="Drawable" Kind="Class" />
- <Type Name="DrawableFlags" Kind="Enumeration" />
- <Type Name="DropFileEventArgs" Kind="Structure" />
- <Type Name="ElementMask" Kind="Enumeration" />
- <Type Name="EmitterType" Kind="Enumeration" />
- <Type Name="EndRenderingEventArgs" Kind="Structure" />
- <Type Name="EndViewRenderEventArgs" Kind="Structure" />
- <Type Name="EndViewUpdateEventArgs" Kind="Structure" />
- <Type Name="Engine" Kind="Class" />
- <Type Name="EventReceiverGroup" Kind="Class" />
- <Type Name="ExitRequestedEventArgs" Kind="Structure" />
- <Type Name="FaceCameraMode" Kind="Enumeration" />
- <Type Name="FillMode" Kind="Enumeration" />
- <Type Name="FocusParameters" Kind="Structure" />
- <Type Name="FONT_TYPE" Kind="Enumeration" />
- <Type Name="FontGlyph" Kind="Structure" />
- <Type Name="FrameEndedEventArgs" Kind="Structure" />
- <Type Name="FrameStartedEventArgs" 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="HashBase" Kind="Structure" />
- <Type Name="HashIteratorBase" Kind="Structure" />
- <Type Name="HeightfieldData" Kind="Structure" />
- <Type Name="IDeserializer" Kind="Interface" />
- <Type Name="IndexBuffer" Kind="Class" />
- <Type Name="Input" Kind="Class" />
- <Type Name="InputBeginEventArgs" Kind="Structure" />
- <Type Name="InputEndEventArgs" Kind="Structure" />
- <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="Iterator" Kind="Structure" />
- <Type Name="IUrhoSurface" Kind="Interface" />
- <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="Key" Kind="Enumeration" />
- <Type Name="KeyDownEventArgs" Kind="Structure" />
- <Type Name="KeyUpEventArgs" Kind="Structure" />
- <Type Name="LegacyVertexElement" Kind="Enumeration" />
- <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="ListBasedUpdateSynchronizationContext" Kind="Class" />
- <Type Name="LoadMode" Kind="Enumeration" />
- <Type Name="LockState" Kind="Enumeration" />
- <Type Name="LogicComponent" Kind="Class" />
- <Type Name="LogLevel" Kind="Enumeration" />
- <Type Name="LogSharp" Kind="Class" />
- <Type Name="LogSharpLevel" Kind="Enumeration" />
- <Type Name="MarshalHelper" Kind="Class" />
- <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="MemoryBuffer" Kind="Class" />
- <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="MouseMovedEventArgs" Kind="Structure" />
- <Type Name="MouseVisibleChangedEventArgs" Kind="Structure" />
- <Type Name="MouseWheelEventArgs" Kind="Structure" />
- <Type Name="MultiGestureEventArgs" Kind="Structure" />
- <Type Name="NavigationPathPointFlag" Kind="Enumeration" />
- <Type Name="NetworkState" Kind="Structure" />
- <Type Name="Node" Kind="Class" />
- <Type Name="NodeAddedEventArgs" Kind="Structure" />
- <Type Name="NodeBeginContact2DEventArgs" Kind="Structure" />
- <Type Name="NodeClonedEventArgs" Kind="Structure" />
- <Type Name="NodeCollisionEndEventArgs" Kind="Structure" />
- <Type Name="NodeCollisionEventArgs" Kind="Structure" />
- <Type Name="NodeCollisionStartEventArgs" Kind="Structure" />
- <Type Name="NodeEnabledChangedEventArgs" Kind="Structure" />
- <Type Name="NodeEndContact2DEventArgs" Kind="Structure" />
- <Type Name="NodeNameChangedEventArgs" Kind="Structure" />
- <Type Name="NodeRemovedEventArgs" Kind="Structure" />
- <Type Name="NodeTagAddedEventArgs" Kind="Structure" />
- <Type Name="NodeTagRemovedEventArgs" Kind="Structure" />
- <Type Name="ObjectAnimation" Kind="Class" />
- <Type Name="ObjectCallbackSignature" Kind="Delegate" />
- <Type Name="ObjectFactory" Kind="Class" />
- <Type Name="OcclusionBuffer" Kind="Class" />
- <Type Name="Octant" Kind="Structure" />
- <Type Name="Octree" Kind="Class" />
- <Type Name="ParticleEffect" Kind="Class" />
- <Type Name="ParticleEffectFinishedEventArgs" Kind="Structure" />
- <Type Name="ParticleEmitter" Kind="Class" />
- <Type Name="Pass" Kind="Class" />
- <Type Name="PassLightingMode" Kind="Enumeration" />
- <Type Name="Plane" Kind="Structure" />
- <Type Name="Platforms" Kind="Enumeration" />
- <Type Name="PodVector`1" DisplayName="PodVector<T>" Kind="Class" />
- <Type Name="PostRenderUpdateEventArgs" Kind="Structure" />
- <Type Name="PostUpdateEventArgs" Kind="Structure" />
- <Type Name="PrimitiveType" Kind="Enumeration" />
- <Type Name="Profiler" Kind="Class" />
- <Type Name="ProfilerBlock" Kind="Structure" />
- <Type Name="ProgressBarChangedEventArgs" Kind="Structure" />
- <Type Name="Quaternion" Kind="Structure" />
- <Type Name="RandomAccessIterator" Kind="Structure" />
- <Type Name="Randoms" Kind="Class" />
- <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="RenderCommandSortMode" Kind="Enumeration" />
- <Type Name="RenderCommandType" Kind="Enumeration" />
- <Type Name="Renderer" Kind="Class" />
- <Type Name="RenderPath" Kind="Class" />
- <Type Name="RenderPathCommand" Kind="Structure" />
- <Type Name="RenderPathEventEventArgs" 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="ResourceRef" Kind="Structure" />
- <Type Name="ResourceRefList" Kind="Structure" />
- <Type Name="ResourceRouter" Kind="Class" />
- <Type Name="RibbonTrail" 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="Sdl" Kind="Class" />
- <Type Name="SDL_Event" Kind="Structure" />
- <Type Name="SDL_Scancode" Kind="Enumeration" />
- <Type Name="SdlEventType" Kind="Enumeration" />
- <Type Name="SdlKeyState" Kind="Enumeration" />
- <Type Name="SDLRawInputEventArgs" Kind="Structure" />
- <Type Name="SdlWindowEvent" Kind="Enumeration" />
- <Type Name="Serializable" Kind="Class" />
- <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="ShadowQuality" Kind="Enumeration" />
- <Type Name="SimpleApplication" Kind="Class" />
- <Type Name="Skeleton" Kind="Class" />
- <Type Name="Skybox" Kind="Class" />
- <Type Name="SmoothedTransform" Kind="Class" />
- <Type Name="SoundFinishedEventArgs" Kind="Structure" />
- <Type Name="SoundType" Kind="Enumeration" />
- <Type Name="SplinePath" Kind="Class" />
- <Type Name="StaticModel" Kind="Class" />
- <Type Name="StaticModelGroup" Kind="Class" />
- <Type Name="StencilOp" Kind="Enumeration" />
- <Type Name="StringHash" Kind="Structure" />
- <Type Name="StringHashRef" Kind="Structure" />
- <Type Name="Subscription" 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="TextEditingEventArgs" Kind="Structure" />
- <Type Name="TextInputEventArgs" Kind="Structure" />
- <Type Name="Texture" Kind="Class" />
- <Type Name="Texture2DArray" 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="Time" Kind="Class" />
- <Type Name="TouchBeginEventArgs" Kind="Structure" />
- <Type Name="TouchEndEventArgs" Kind="Structure" />
- <Type Name="TouchMoveEventArgs" Kind="Structure" />
- <Type Name="TouchState" Kind="Structure" />
- <Type Name="TrailType" Kind="Enumeration" />
- <Type Name="TransformSpace" Kind="Enumeration" />
- <Type Name="TriangleMeshData" Kind="Structure" />
- <Type Name="TypeInfo" Kind="Structure" />
- <Type Name="UnhandledExceptionEventArgs" Kind="Class" />
- <Type Name="UnknownComponent" Kind="Class" />
- <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="VariantValue" Kind="Structure" />
- <Type Name="VariantValueLine" Kind="Structure" />
- <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="Structure" />
- <Type Name="VertexElementSemantic" Kind="Enumeration" />
- <Type Name="VertexElementType" Kind="Enumeration" />
- <Type Name="VertexLightVSVariation" Kind="Enumeration" />
- <Type Name="View" Kind="Class" />
- <Type Name="ViewBuffersReadyEventArgs" Kind="Structure" />
- <Type Name="ViewGlobalShaderParametersEventArgs" Kind="Structure" />
- <Type Name="ViewOverrideFlags" Kind="Enumeration" />
- <Type Name="Viewport" Kind="Class" />
- <Type Name="WeakPtr" Kind="Structure" />
- <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="Zone" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho.Actions">
- <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="BaseAction" Kind="Class" />
- <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="Blink" Kind="Class" />
- <Type Name="BlinkState" 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="DelayTime" Kind="Class" />
- <Type Name="DelayTimeState" 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="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="FiniteTimeAction" Kind="Class" />
- <Type Name="FiniteTimeActionState" Kind="Class" />
- <Type Name="Hide" Kind="Class" />
- <Type Name="HideState" Kind="Class" />
- <Type Name="JumpBy" Kind="Class" />
- <Type Name="JumpByState" Kind="Class" />
- <Type Name="JumpTo" Kind="Class" />
- <Type Name="JumpToState" Kind="Class" />
- <Type Name="MoveBy" Kind="Class" />
- <Type Name="MoveByState" Kind="Class" />
- <Type Name="MoveTo" Kind="Class" />
- <Type Name="MoveToState" Kind="Class" />
- <Type Name="Parallel" Kind="Class" />
- <Type Name="ParallelState" Kind="Class" />
- <Type Name="Place" Kind="Class" />
- <Type Name="PlaceState" Kind="Class" />
- <Type Name="RemoveSelf" Kind="Class" />
- <Type Name="RemoveSelfState" Kind="Class" />
- <Type Name="Repeat" Kind="Class" />
- <Type Name="RepeatForever" Kind="Class" />
- <Type Name="RepeatForeverState" Kind="Class" />
- <Type Name="RepeatState" Kind="Class" />
- <Type Name="ReverseTime" Kind="Class" />
- <Type Name="ReverseTimeState" Kind="Class" />
- <Type Name="RotateAroundBy" Kind="Class" />
- <Type Name="RotateAroundByState" Kind="Class" />
- <Type Name="RotateBy" Kind="Class" />
- <Type Name="RotateByState" Kind="Class" />
- <Type Name="RotateTo" Kind="Class" />
- <Type Name="RotateToState" Kind="Class" />
- <Type Name="ScaleBy" Kind="Class" />
- <Type Name="ScaleByState" Kind="Class" />
- <Type Name="ScaleTo" Kind="Class" />
- <Type Name="ScaleToState" Kind="Class" />
- <Type Name="Sequence" Kind="Class" />
- <Type Name="SequenceState" Kind="Class" />
- <Type Name="ShaderParameterColorFromTo" Kind="Class" />
- <Type Name="ShaderParameterFloatFromTo" Kind="Class" />
- <Type Name="ShaderParameterFromTo`1" DisplayName="ShaderParameterFromTo<TShaderParamType>" Kind="Class" />
- <Type Name="ShaderParameterFromToState`1" DisplayName="ShaderParameterFromToState<TShaderParamType>" Kind="Class" />
- <Type Name="ShaderParameterVector2FromTo" Kind="Class" />
- <Type Name="ShaderParameterVector3FromTo" Kind="Class" />
- <Type Name="ShaderParameterVector4FromTo" Kind="Class" />
- <Type Name="Show" Kind="Class" />
- <Type Name="ShowState" Kind="Class" />
- <Type Name="Spawn" Kind="Class" />
- <Type Name="SpawnState" Kind="Class" />
- <Type Name="Speed" Kind="Class" />
- <Type Name="TargetedAction" Kind="Class" />
- <Type Name="TargetedActionState" Kind="Class" />
- <Type Name="TintBy" Kind="Class" />
- <Type Name="TintByState" Kind="Class" />
- <Type Name="TintTo" Kind="Class" />
- <Type Name="TintToState" Kind="Class" />
- <Type Name="ToggleVisibility" Kind="Class" />
- <Type Name="ToggleVisibilityState" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho.Audio">
- <Type Name="Audio" Kind="Class" />
- <Type Name="BufferedSoundStream" Kind="Class" />
- <Type Name="OggVorbisSoundStream" 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" />
- </Namespace>
- <Namespace Name="Urho.Desktop">
- <Type Name="DesktopUrhoInitializer" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho.Gui">
- <Type Name="BorderImage" Kind="Class" />
- <Type Name="Button" Kind="Class" />
- <Type Name="CheckBox" Kind="Class" />
- <Type Name="Corner" Kind="Enumeration" />
- <Type Name="Cursor" Kind="Class" />
- <Type Name="CursorShape" Kind="Enumeration" />
- <Type Name="DefocusedEventArgs" 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="DropDownList" Kind="Class" />
- <Type Name="ElementAddedEventArgs" Kind="Structure" />
- <Type Name="ElementRemovedEventArgs" Kind="Structure" />
- <Type Name="FileSelectedEventArgs" Kind="Structure" />
- <Type Name="FileSelector" Kind="Class" />
- <Type Name="FocusChangedEventArgs" Kind="Structure" />
- <Type Name="FocusedEventArgs" Kind="Structure" />
- <Type Name="FocusMode" Kind="Enumeration" />
- <Type Name="Font" Kind="Class" />
- <Type Name="FontFace" Kind="Class" />
- <Type Name="FontFaceBitmap" Kind="Class" />
- <Type Name="FontFaceFreeType" Kind="Class" />
- <Type Name="HighlightMode" Kind="Enumeration" />
- <Type Name="HorizontalAlignment" Kind="Enumeration" />
- <Type Name="HoverBeginEventArgs" Kind="Structure" />
- <Type Name="HoverEndEventArgs" Kind="Structure" />
- <Type Name="ItemClickedEventArgs" Kind="Structure" />
- <Type Name="ItemDeselectedEventArgs" Kind="Structure" />
- <Type Name="ItemDoubleClickedEventArgs" Kind="Structure" />
- <Type Name="ItemSelectedEventArgs" Kind="Structure" />
- <Type Name="LayoutMode" Kind="Enumeration" />
- <Type Name="LayoutUpdatedEventArgs" Kind="Structure" />
- <Type Name="LineEdit" Kind="Class" />
- <Type Name="ListView" Kind="Class" />
- <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="NameChangedEventArgs" Kind="Structure" />
- <Type Name="Orientation" Kind="Enumeration" />
- <Type Name="PositionedEventArgs" Kind="Structure" />
- <Type Name="PressedEventArgs" Kind="Structure" />
- <Type Name="ReleasedEventArgs" Kind="Structure" />
- <Type Name="ResizedEventArgs" Kind="Structure" />
- <Type Name="ScrollBar" Kind="Class" />
- <Type Name="ScrollBarChangedEventArgs" Kind="Structure" />
- <Type Name="ScrollView" Kind="Class" />
- <Type Name="SelectionChangedEventArgs" Kind="Structure" />
- <Type Name="Slider" Kind="Class" />
- <Type Name="SliderChangedEventArgs" Kind="Structure" />
- <Type Name="SliderPagedEventArgs" Kind="Structure" />
- <Type Name="Sprite" Kind="Class" />
- <Type Name="Text" Kind="Class" />
- <Type Name="Text3D" Kind="Class" />
- <Type Name="TextChangedEventArgs" Kind="Structure" />
- <Type Name="TextEffect" Kind="Enumeration" />
- <Type Name="TextEntryEventArgs" Kind="Structure" />
- <Type Name="TextFinishedEventArgs" Kind="Structure" />
- <Type Name="ToggledEventArgs" Kind="Structure" />
- <Type Name="ToolTip" Kind="Class" />
- <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="VerticalAlignment" Kind="Enumeration" />
- <Type Name="View3D" Kind="Class" />
- <Type Name="ViewChangedEventArgs" Kind="Structure" />
- <Type Name="VisibleChangedEventArgs" Kind="Structure" />
- <Type Name="Window" Kind="Class" />
- <Type Name="WindowDragMode" Kind="Enumeration" />
- </Namespace>
- <Namespace Name="Urho.HoloLens">
- <Type Name="DebugGrid" Kind="Class" />
- <Type Name="HoloApplication" Kind="Class" />
- <Type Name="SpatialCursor" Kind="Class" />
- <Type Name="SpatialMeshInfo" Kind="Structure" />
- <Type Name="SpatialVertex" Kind="Structure" />
- </Namespace>
- <Namespace Name="Urho.HoloLens.HoloToolkit">
- <Type Name="BoundedPlane" Kind="Structure" />
- <Type Name="Bounds" Kind="Structure" />
- <Type Name="Matrix4x4" Kind="Structure" />
- <Type Name="Mesh" Kind="Structure" />
- <Type Name="MeshFilter" Kind="Structure" />
- <Type Name="OrientedBoundingBox" Kind="Structure" />
- <Type Name="Plane" Kind="Structure" />
- <Type Name="PlaneFinding" Kind="Class" />
- <Type Name="PlaneFinding+MeshData" Kind="Structure" />
- <Type Name="Quaternion" Kind="Structure" />
- <Type Name="Transform" Kind="Structure" />
- <Type Name="Vector3" Kind="Structure" />
- </Namespace>
- <Namespace Name="Urho.IO">
- <Type Name="AsyncExecFinishedEventArgs" Kind="Structure" />
- <Type Name="File" Kind="Class" />
- <Type Name="FileMode" Kind="Enumeration" />
- <Type Name="FileSystem" Kind="Class" />
- <Type Name="FileWatcher" Kind="Class" />
- <Type Name="Log" Kind="Class" />
- <Type Name="LogMessageEventArgs" Kind="Structure" />
- <Type Name="PackageEntry" Kind="Structure" />
- <Type Name="PackageFile" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho.Navigation">
- <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="dtQueryFilter" Kind="Structure" />
- <Type Name="DynamicNavigationMesh" Kind="Class" />
- <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="Obstacle" Kind="Class" />
- <Type Name="OffMeshConnection" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho.Network">
- <Type Name="ClientConnectedEventArgs" Kind="Structure" />
- <Type Name="ClientDisconnectedEventArgs" Kind="Structure" />
- <Type Name="ClientIdentityEventArgs" Kind="Structure" />
- <Type Name="ClientSceneLoadedEventArgs" Kind="Structure" />
- <Type Name="ConnectFailedEventArgs" Kind="Structure" />
- <Type Name="Connection" Kind="Class" />
- <Type Name="DirtyBits" Kind="Structure" />
- <Type Name="HttpRequest" Kind="Class" />
- <Type Name="HttpRequestState" Kind="Enumeration" />
- <Type Name="Network" Kind="Class" />
- <Type Name="NetworkMessageEventArgs" Kind="Structure" />
- <Type Name="NetworkPriority" Kind="Class" />
- <Type Name="NetworkSceneLoadFailedEventArgs" Kind="Structure" />
- <Type Name="NetworkUpdateEventArgs" Kind="Structure" />
- <Type Name="NetworkUpdateSentEventArgs" Kind="Structure" />
- <Type Name="NodeReplicationState" Kind="Structure" />
- <Type Name="ObserverPositionSendMode" Kind="Enumeration" />
- <Type Name="RemoteEventDataEventArgs" Kind="Structure" />
- <Type Name="ReplicationState" Kind="Structure" />
- <Type Name="ServerConnectedEventArgs" Kind="Structure" />
- <Type Name="ServerDisconnectedEventArgs" Kind="Structure" />
- </Namespace>
- <Namespace Name="Urho.Physics">
- <Type Name="CollisionData" Kind="Structure" />
- <Type Name="CollisionEventMode" Kind="Enumeration" />
- <Type Name="CollisionShape" Kind="Class" />
- <Type Name="Constraint" Kind="Class" />
- <Type Name="ConstraintType" Kind="Enumeration" />
- <Type Name="PhysicsCollisionEndEventArgs" Kind="Structure" />
- <Type Name="PhysicsCollisionEventArgs" Kind="Structure" />
- <Type Name="PhysicsCollisionStartEventArgs" Kind="Structure" />
- <Type Name="PhysicsPostStepEventArgs" Kind="Structure" />
- <Type Name="PhysicsPreStepEventArgs" Kind="Structure" />
- <Type Name="PhysicsRaycastResult" Kind="Structure" />
- <Type Name="PhysicsWorld" Kind="Class" />
- <Type Name="RigidBody" Kind="Class" />
- <Type Name="ShapeType" Kind="Enumeration" />
- </Namespace>
- <Namespace Name="Urho.Repl">
- </Namespace>
- <Namespace Name="Urho.Resources">
- <Type Name="AsyncLoadState" Kind="Enumeration" />
- <Type Name="ChangeLanguageEventArgs" Kind="Structure" />
- <Type Name="CompressedFormat" Kind="Enumeration" />
- <Type Name="FileChangedEventArgs" Kind="Structure" />
- <Type Name="IComponentDeserializer" Kind="Interface" />
- <Type Name="IComponentSerializer" Kind="Interface" />
- <Type Name="Image" Kind="Class" />
- <Type Name="JsonFile" Kind="Class" />
- <Type Name="JsonNumberType" Kind="Enumeration" />
- <Type Name="JsonValueType" Kind="Enumeration" />
- <Type Name="LoadFailedEventArgs" Kind="Structure" />
- <Type Name="PListFile" Kind="Class" />
- <Type Name="PListValueType" Kind="Enumeration" />
- <Type Name="ReloadFailedEventArgs" Kind="Structure" />
- <Type Name="ReloadFinishedEventArgs" Kind="Structure" />
- <Type Name="ReloadStartedEventArgs" Kind="Structure" />
- <Type Name="Resource" Kind="Class" />
- <Type Name="ResourceBackgroundLoadedEventArgs" Kind="Structure" />
- <Type Name="ResourceCache" Kind="Class" />
- <Type Name="ResourceNotFoundEventArgs" Kind="Structure" />
- <Type Name="ResourceRequest" Kind="Enumeration" />
- <Type Name="UnknownResourceTypeEventArgs" Kind="Structure" />
- <Type Name="XmlComponentSerializer" Kind="Class" />
- <Type Name="XmlElement" Kind="Class" />
- <Type Name="XmlFile" Kind="Class" />
- <Type Name="XPathResultSet" Kind="Structure" />
- </Namespace>
- <Namespace Name="Urho.Shapes">
- <Type Name="Box" Kind="Class" />
- <Type Name="Cone" Kind="Class" />
- <Type Name="Cylinder" Kind="Class" />
- <Type Name="Plane" Kind="Class" />
- <Type Name="Pyramid" Kind="Class" />
- <Type Name="Shape" Kind="Class" />
- <Type Name="Sphere" Kind="Class" />
- <Type Name="Torus" Kind="Class" />
- </Namespace>
- <Namespace Name="Urho.Urho2D">
- <Type Name="AnimatedSprite2D" Kind="Class" />
- <Type Name="AnimationSet2D" Kind="Class" />
- <Type Name="BodyType2D" Kind="Enumeration" />
- <Type Name="CollisionBox2D" Kind="Class" />
- <Type Name="CollisionChain2D" Kind="Class" />
- <Type Name="CollisionCircle2D" Kind="Class" />
- <Type Name="CollisionEdge2D" Kind="Class" />
- <Type Name="CollisionPolygon2D" Kind="Class" />
- <Type Name="CollisionShape2D" 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="ConstraintWeld2D" Kind="Class" />
- <Type Name="ConstraintWheel2D" Kind="Class" />
- <Type Name="CurveType" Kind="Enumeration" />
- <Type Name="Drawable2D" Kind="Class" />
- <Type Name="EmitterType2D" Kind="Enumeration" />
- <Type Name="LoopMode" Kind="Enumeration" />
- <Type Name="LoopMode2D" Kind="Enumeration" />
- <Type Name="Orientation2D" Kind="Enumeration" />
- <Type Name="ParticleEffect2D" Kind="Class" />
- <Type Name="ParticleEmitter2D" Kind="Class" />
- <Type Name="PhysicsBeginContact2DEventArgs" Kind="Structure" />
- <Type Name="PhysicsEndContact2DEventArgs" Kind="Structure" />
- <Type Name="PhysicsWorld2D" Kind="Class" />
- <Type Name="PropertySet2D" Kind="Class" />
- <Type Name="Renderer2D" Kind="Class" />
- <Type Name="RigidBody2D" Kind="Class" />
- <Type Name="Sprite2D" Kind="Class" />
- <Type Name="SpriteSheet2D" Kind="Class" />
- <Type Name="StaticSprite2D" Kind="Class" />
- <Type Name="Texture2D" Kind="Class" />
- <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="TmxFile2D" Kind="Class" />
- <Type Name="TmxImageLayer2D" Kind="Class" />
- <Type Name="TmxLayer2D" Kind="Class" />
- <Type Name="TmxObjectGroup2D" Kind="Class" />
- <Type Name="TmxTileLayer2D" Kind="Class" />
- </Namespace>
- </Types>
- <Title>Urho</Title>
- <ExtensionMethods>
- <ExtensionMethod>
- <Targets>
- <Target Type="T:System.IntPtr" />
- </Targets>
- <Member MemberName="ReadSingle">
- <MemberSignature Language="C#" Value="public static float ReadSingle (this IntPtr ptr, int offset = 0);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig float32 ReadSingle(native int ptr, int32 offset) cil managed" />
- <MemberType>ExtensionMethod</MemberType>
- <ReturnValue>
- <ReturnType>System.Single</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
- <Parameter Name="offset" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="ptr">To be added.</param>
- <param name="offset">To be added.</param>
- <summary>To be added.</summary>
- </Docs>
- <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ReadSingle(System.IntPtr,System.Int32)" />
- </Member>
- </ExtensionMethod>
- <ExtensionMethod>
- <Targets>
- <Target Type="T:System.IntPtr" />
- </Targets>
- <Member MemberName="ToBytesArray">
- <MemberSignature Language="C#" Value="public static byte[] ToBytesArray (this IntPtr ptr, int size);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig unsigned int8[] ToBytesArray(native int ptr, int32 size) cil managed" />
- <MemberType>ExtensionMethod</MemberType>
- <ReturnValue>
- <ReturnType>System.Byte[]</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
- <Parameter Name="size" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="ptr">To be added.</param>
- <param name="size">To be added.</param>
- <summary>To be added.</summary>
- </Docs>
- <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToBytesArray(System.IntPtr,System.Int32)" />
- </Member>
- </ExtensionMethod>
- <ExtensionMethod>
- <Targets>
- <Target Type="T:System.IntPtr" />
- </Targets>
- <Member MemberName="ToFloatsArray">
- <MemberSignature Language="C#" Value="public static float[] ToFloatsArray (this IntPtr ptr, int size);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig float32[] ToFloatsArray(native int ptr, int32 size) cil managed" />
- <MemberType>ExtensionMethod</MemberType>
- <ReturnValue>
- <ReturnType>System.Single[]</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
- <Parameter Name="size" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="ptr">To be added.</param>
- <param name="size">To be added.</param>
- <summary>To be added.</summary>
- </Docs>
- <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToFloatsArray(System.IntPtr,System.Int32)" />
- </Member>
- </ExtensionMethod>
- <ExtensionMethod>
- <Targets>
- <Target Type="T:System.IntPtr" />
- </Targets>
- <Member MemberName="ToIntsArray">
- <MemberSignature Language="C#" Value="public static int[] ToIntsArray (this IntPtr ptr, int size);" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32[] ToIntsArray(native int ptr, int32 size) cil managed" />
- <MemberType>ExtensionMethod</MemberType>
- <ReturnValue>
- <ReturnType>System.Int32[]</ReturnType>
- </ReturnValue>
- <Parameters>
- <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
- <Parameter Name="size" Type="System.Int32" />
- </Parameters>
- <Docs>
- <param name="ptr">To be added.</param>
- <param name="size">To be added.</param>
- <summary>To be added.</summary>
- </Docs>
- <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToIntsArray(System.IntPtr,System.Int32)" />
- </Member>
- </ExtensionMethod>
- <ExtensionMethod>
- <Targets>
- <Target Type="T:System.IntPtr" />
- </Targets>
- <Member MemberName="ToStructsArray<T>">
- <MemberSignature Language="C#" Value="public static T[] ToStructsArray<T> (this IntPtr ptr, int size) where T : struct;" />
- <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T[] ToStructsArray<struct .ctor (class System.ValueType) T>(native int ptr, int32 size) cil managed" />
- <MemberType>ExtensionMethod</MemberType>
- <ReturnValue>
- <ReturnType>T[]</ReturnType>
- </ReturnValue>
- <TypeParameters>
- <TypeParameter Name="T">
- <Constraints>
- <ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
- <ParameterAttribute>NotNullableValueTypeConstraint</ParameterAttribute>
- <BaseTypeName>System.ValueType</BaseTypeName>
- </Constraints>
- </TypeParameter>
- </TypeParameters>
- <Parameters>
- <Parameter Name="ptr" Type="System.IntPtr" RefType="this" />
- <Parameter Name="size" Type="System.Int32" />
- </Parameters>
- <Docs>
- <typeparam name="T">To be added.</typeparam>
- <param name="ptr">To be added.</param>
- <param name="size">To be added.</param>
- <summary>To be added.</summary>
- </Docs>
- <Link Type="Urho.MarshalHelper" Member="M:Urho.MarshalHelper.ToStructsArray``1(System.IntPtr,System.Int32)" />
- </Member>
- </ExtensionMethod>
- </ExtensionMethods>
- </Overview>
|