XSI_TimeControl

Stores the clipping and offset parameters of an action clip.

 

This template corresponds to the CSLTimeControl class.

Limitations

SI|3D does not export this template. If a dotXSI file contains this template, SI|3D ignores it.

Introduced

3.0

Template

XSI_TimeControl
{
   <in>,
   <out>,
   <start_offset>,
   <scale>,

   XSI_ClipToParent
   // stores Parent Start and Parent End clipping

   XSI_Extrapolation
   // time warping, extrapolation info 
}

Members

Member name

Description

in

First frame to use from the clip

out

Last frame used from the clip

start_offset

Frame where the clip starts in the local time of the action clip.

scale

Scale factor. Increasing this value speeds the relative time of the clip, decreasing the duration.

Example

   XSI_TimeControl { 
       1.000000, 
       56.000000, 
       1.000000, 
       1.000000, 
       XSI_ClipToParent { 
          0, 
          0, 
       }

       XSI_Extrapolation After { 
          "BOUNCE", 
          2.000000, 
       }

   }



Autodesk Crosswalk v4.0