XML/Path

From Warcraft Wiki
< XML
Jump to navigation Jump to search

<Path> (inherits from <Animation>, creates a Path animation) moves a region through control points.

<Path curve="">
	<ControlPoints>
		<ControlPoint name="" offsetX="" offsetY="" />
	</ControlPoints>
</Path>

Attributes

curve (ui:ANIMCURVETYPE) - NONE (default), SMOOTH.

Child elements

<ControlPoints> encloses <ControlPoint> tags.

<ControlPoint> describes offset coordinates from the region's position.

name (xs:string)
offsetX (xs:float)
offsetY (xs:float)

Patch changes

  • Wrath-Logo-Small.png Patch 3.2.2 (2009-09-22): Added.[1]

References

 
  1. ^ 2009-09-22, UI.xsd, version 3.2.2.10482, near line 896, archived at Townlong-Yak