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>Path</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><Path></h1> 11 <h2>Description</h2> 12 <p> 13Character string representing the path to the animation target.<BR> A fixed character string must be output.<BR> For details, see the <a href="../else/animation.html">General Information > Animation</a> explanation. 14 </p> 15<h2>Example Output</h2> 16<table> 17<tr> 18<td><pre> 19<AnimationGroupDescriptions><br> 20 <GraphicsAnimationGroupDescription Name="SkeletalAnimation" EvaluationTiming="AfterSceneCulling"><br> 21 <MemberInformationSet><br> 22 <AnimationMemberDescription BlendOperationName="CalculatedTransform"><br> 23 <strong><Path></strong>Skeleton.Bones["*"].AnimatedTransform<strong></Path></strong><br> 24 </AnimationMemberDescription><br> 25 </MemberInformationSet><br> 26 </GraphicsAnimationGroupDescription><br> 27 <GraphicsAnimationGroupDescription Name="VisibilityAnimation" EvaluationTiming="BeforeWorldUpdate"><br> 28 <MemberInformationSet><br> 29 <AnimationMemberDescription BlendOperationName="Bool"><br> 30 <strong><Path></strong>IsVisible<strong></Path></strong><br> 31 </AnimationMemberDescription><br> 32 <AnimationMemberDescription BlendOperationName="Bool"><br> 33 <strong><Path></strong>Meshes["*"].IsVisible<strong></Path></strong><br> 34 </AnimationMemberDescription><br> 35 </MemberInformationSet><br> 36 </GraphicsAnimationGroupDescription><br> 37 <GraphicsAnimationGroupDescription Name="MaterialAnimation" EvaluationTiming="AfterSceneCulling"><br> 38 <MemberInformationSet><br> 39 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 40 <strong><Path></strong>Materials["*"].MaterialColor.Emission<strong></Path></strong><br> 41 </AnimationMemberDescription><br> 42 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 43 <strong><Path></strong>Materials["*"].MaterialColor.Ambient<strong></Path></strong><br> 44 </AnimationMemberDescription><br> 45 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 46 <strong><Path></strong>Materials["*"].MaterialColor.Diffuse<strong></Path></strong><br> 47 </AnimationMemberDescription><br> 48 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 49 <strong><Path></strong>Materials["*"].MaterialColor.Specular0<strong></Path></strong><br> 50 </AnimationMemberDescription><br> 51 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 52 <strong><Path></strong>Materials["*"].MaterialColor.Specular1<strong></Path></strong><br> 53 </AnimationMemberDescription><br> 54 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 55 <strong><Path></strong>Materials["*"].MaterialColor.Constant0<strong></Path></strong><br> 56 </AnimationMemberDescription><br> 57 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 58 <strong><Path></strong>Materials["*"].MaterialColor.Constant1<strong></Path></strong><br> 59 </AnimationMemberDescription><br> 60 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 61 <strong><Path></strong>Materials["*"].MaterialColor.Constant2<strong></Path></strong><br> 62 </AnimationMemberDescription><br> 63 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 64 <strong><Path></strong>Materials["*"].MaterialColor.Constant3<strong></Path></strong><br> 65 </AnimationMemberDescription><br> 66 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 67 <strong><Path></strong>Materials["*"].MaterialColor.Constant4<strong></Path></strong><br> 68 </AnimationMemberDescription><br> 69 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 70 <strong><Path></strong>Materials["*"].MaterialColor.Constant5<strong></Path></strong><br> 71 </AnimationMemberDescription><br> 72 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 73 <strong><Path></strong>Materials["*"].TextureMappers["*"].Sampler.BorderColor<strong></Path></strong><br> 74 </AnimationMemberDescription><br> 75 <AnimationMemberDescription BlendOperationName="Int"><br> 76 <strong><Path></strong>Materials["*"].TextureMappers["*"].Texture<strong></Path></strong><br> 77 </AnimationMemberDescription><br> 78 <AnimationMemberDescription BlendOperationName="RgbaColor"><br> 79 <strong><Path></strong>Materials["*"].FragmentOperation.BlendOperation.BlendColor<strong></Path></strong><br> 80 </AnimationMemberDescription><br> 81 <AnimationMemberDescription BlendOperationName="Vector2"><br> 82 <strong><Path></strong>Materials["*"].TextureCoordinators["*"].Scale<strong></Path></strong><br> 83 </AnimationMemberDescription><br> 84 <AnimationMemberDescription BlendOperationName="Float"><br> 85 <strong><Path></strong>Materials["*"].TextureCoordinators["*"].Rotate<strong></Path></strong><br> 86 </AnimationMemberDescription><br> 87 <AnimationMemberDescription BlendOperationName="Vector2"><br> 88 <strong><Path></strong>Materials["*"].TextureCoordinators["*"].Translate<strong></Path></strong><br> 89 </AnimationMemberDescription><br> 90 </MemberInformationSet><br> 91 </GraphicsAnimationGroupDescription><br> 92</AnimationGroupDescriptions><br> 93</pre></td> 94</tr></table> 95 96 <hr><p>CONFIDENTIAL</p></body> 97</html> 98