home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Engine / Classes / InterpolationPoint.uc < prev    next >
Text File  |  2003-06-23  |  459b  |  15 lines

  1. //=============================================================================
  2. // InterpolationPoint.
  3. // Used as destinations to move the camera to in Matinee scenes.
  4. //=============================================================================
  5. class InterpolationPoint extends Keypoint
  6.     native;
  7.  
  8. #exec Texture Import File=Textures\IntrpPnt.pcx Name=S_Interp Mips=Off MASKED=1
  9.  
  10. defaultproperties
  11. {
  12.      bDirectional=True
  13.      Texture=S_Interp
  14. }
  15.