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>StepFloatKey</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><StepFloatKey></h1> 11 <h2>Description</h2> 12 <p> 13 Key tag used for step segments where values do not change between keys. 14 </p> 15 <h2>Attributes</h2> 16 <table class="arguments"> 17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>Frame</th><td> 18 The key time. 19 </td></tr><tr><td /><th>Value</th><td> 20 The key value. 21 </td></tr></table> 22 23<h2>Example Output</h2> 24 25<table> 26<tr> 27<td><pre> 28<Animations><br> 29 <MaterialAnimationData Name="" FrameSize="5" LoopMode="OneTime" IsAdditiveAnimation="false"><br> 30 <MemberAnimationDataSet><br> 31 <MemberAnimationData><br> 32 <Path>Materials["lambert2"].TextureMappers[0].Texture</Path><br> 33 <IntAnimation><br> 34 <SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="5"><br> 35 <Segments><br> 36 <StepFloatSegment><br> 37 <Keys><br> 38 <strong><StepFloatKey Frame="0" Value="0" /></strong><br> 39 <strong><StepFloatKey Frame="1" Value="1" /></strong><br> 40 <strong><StepFloatKey Frame="2" Value="2" /></strong><br> 41 <strong><StepFloatKey Frame="3" Value="3" /></strong><br> 42 <strong><StepFloatKey Frame="4" Value="4" /></strong><br> 43 <strong><StepFloatKey Frame="5" Value="5" /></strong><br> 44 </Keys><br> 45 </StepFloatSegment><br> 46 </Segments><br> 47 </SegmentsFloatCurve><br> 48 </IntAnimation><br> 49 </MemberAnimationData><br> 50 </MemberAnimationDataSet><br> 51 </MaterialAnimationData><br> 52</Animations><br> 53</pre></td> 54</tr></table> 55 56 <hr><p>CONFIDENTIAL</p></body> 57</html>