<LinearFloatKey>

Description

Tag for a key that belongs to a segment.

Attributes

TypeAttributesDescription
Frame The key time.
Value The key value.

Example Output

<Animations>
<CameraAnimationData Name="aimCamera_persp" FrameSize="47" LoopMode="OneTime" IsAdditiveAnimation="false" ViewMode="AimTarget" ProjectionMode="Perspective">
<MemberAnimationDataSet>
<MemberAnimationData>
<Path>ProjectionUpdater.Near</Path>
<FloatAnimation>
<SegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="0">
<Segments>
<LinearFloatSegment>
<Keys>
<LinearFloatKey Frame="0" Value="0.01" />
</Keys>
</LinearFloatSegment>
</Segments>
</SegmentsFloatCurve>
</FloatAnimation>
</MemberAnimationData>
</MemberAnimationDataSet>
</CameraAnimationData>
</Animations>

CONFIDENTIAL