ScaleByState.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <Type Name="ScaleByState" FullName="Urho.Actions.ScaleByState">
  2. <TypeSignature Language="C#" Value="public class ScaleByState : Urho.Actions.ScaleToState" />
  3. <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ScaleByState extends Urho.Actions.ScaleToState" />
  4. <AssemblyInfo>
  5. <AssemblyName>Urho</AssemblyName>
  6. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  7. </AssemblyInfo>
  8. <Base>
  9. <BaseTypeName>Urho.Actions.ScaleToState</BaseTypeName>
  10. </Base>
  11. <Interfaces />
  12. <Docs>
  13. <summary>
  14. <para>Encapsulates the running state for the <see cref="T:Urho.Actions.ScaleByState" /> action.</para>
  15. </summary>
  16. <remarks>
  17. <para>This object is created on demand when the action starts executing on a node, and it tracks the state of the action as it executes.</para>
  18. </remarks>
  19. </Docs>
  20. <Members>
  21. <Member MemberName=".ctor">
  22. <MemberSignature Language="C#" Value="public ScaleByState (Urho.Actions.ScaleTo action, Urho.Node target);" />
  23. <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Urho.Actions.ScaleTo action, class Urho.Node target) cil managed" />
  24. <MemberType>Constructor</MemberType>
  25. <AssemblyInfo>
  26. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  27. </AssemblyInfo>
  28. <Parameters>
  29. <Parameter Name="action" Type="Urho.Actions.ScaleTo" />
  30. <Parameter Name="target" Type="Urho.Node" />
  31. </Parameters>
  32. <Docs>
  33. <param name="action">To be added.</param>
  34. <param name="target">To be added.</param>
  35. <summary>To be added.</summary>
  36. <remarks>To be added.</remarks>
  37. </Docs>
  38. </Member>
  39. </Members>
  40. </Type>