XIII
Class CWndPosCam

source: C:\XIII\XIII\Classes\CWndPosCam.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Keypoint
         |
         +--XIII.CWndPosCam
Direct Known Subclasses:None

class CWndPosCam
extends Engine.Keypoint

//----------------------------------------------------------- // //-----------------------------------------------------------

Source Code


00001	 //-----------------------------------------------------------
00002	//
00003	//-----------------------------------------------------------
00004	class CWndPosCam extends Keypoint;
00005	
00006	
00007	defaultproperties
00008	{
00009	     bStatic=False
00010	     Texture=Texture'Engine.S_ActionCamMove'
00011	}

End Source Code