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>StepFloatSegment</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><StepFloatSegment></h1> 11 <h2>Description</h2> 12 <p> 13 Tag for a step segment that has a step key list. 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 <MemberAnimationDataSet><br> 24 <MemberAnimationData><br> 25 <Path>Materials["lambert2"].TextureMappers[0].Texture</Path><br> 26 <IntAnimation><br> 27 <SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="5"><br> 28 <Segments><br> 29 <strong><StepFloatSegment></strong><br> 30 <Keys><br> 31 <StepFloatKey Frame="0" Value="0" /><br> 32 <StepFloatKey Frame="1" Value="1" /><br> 33 <StepFloatKey Frame="2" Value="2" /><br> 34 <StepFloatKey Frame="3" Value="3" /><br> 35 <StepFloatKey Frame="4" Value="4" /><br> 36 <StepFloatKey Frame="5" Value="5" /><br> 37 </Keys><br> 38 <strong></StepFloatSegment></strong><br> 39 </Segments><br> 40 </SegmentsFloatCurve><br> 41 </IntAnimation><br> 42 </MemberAnimationData><br> 43 </MemberAnimationDataSet><br> 44 </MaterialAnimationData><br> 45</Animations><br> 46</pre></td> 47</tr></table> 48 49 <hr><p>CONFIDENTIAL</p></body> 50</html>