1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <title>TexturePatterns</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><TexturePatterns></h1> 11 <h2>Description</h2> 12 <p> 13Stores the list of textures referenced by the texture pattern animation. The index is assigned in the order that <CODE><TexturePattern></CODE> tags appear, and this index is specified as the <CODE>Value</CODE> of the texture animation data. 14 </p> 15 16<h2>Example Output</h2> 17 18<table> 19<tr> 20<td><pre> 21<Animations><br> 22 <MaterialAnimationData Name="" FrameSize="5" LoopMode="OneTime" IsAdditiveAnimation="false"><br> 23 <strong><TexturePatterns></strong><br> 24 <TexturePattern><br> 25 <TextureReference>Textures["Number.1"]@file:Textures/Number.1.ctex</TextureReference><br> 26 </TexturePattern><br> 27 <TexturePattern><br> 28 <TextureReference>Textures["Number.2"]@file:Textures/Number.2.ctex</TextureReference><br> 29 </TexturePattern><br> 30 <TexturePattern><br> 31 <TextureReference>Textures["Number.3"]@file:Textures/Number.3.ctex</TextureReference><br> 32 </TexturePattern><br> 33 <TexturePattern><br> 34 <TextureReference>Textures["Number.4"]@file:Textures/Number.4.ctex</TextureReference><br> 35 </TexturePattern><br> 36 <TexturePattern><br> 37 <TextureReference>Textures["Number.5"]@file:Textures/Number.5.ctex</TextureReference><br> 38 </TexturePattern><br> 39 <TexturePattern><br> 40 <TextureReference>Textures["Number.6"]@file:Textures/Number.6.ctex</TextureReference><br> 41 </TexturePattern><br> 42 <strong></TexturePatterns></strong><br> 43 </MaterialAnimationData><br> 44</Animations><br> 45</pre></td> 46</tr></table> 47 48 <hr><p>CONFIDENTIAL</p></body> 49</html>