XIDCine
Class DelimitationVolume

source: C:\XIII\XIDCine\Classes\DelimitationVolume.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Brush
         |
         +--Engine.Volume
            |
            +--XIDCine.DelimitationVolume
Direct Known Subclasses:None

class DelimitationVolume
extends Engine.Volume

//----------------------------------------------------------- // DelimitationVolume // Created by iKi on Feb 04th 2002 // Last Modification Feb 04th 2002 by iKi //-----------------------------------------------------------

Source Code


00001	//-----------------------------------------------------------
00002	// DelimitationVolume
00003	// Created by iKi on Feb 04th 2002
00004	// Last Modification Feb 04th 2002 by iKi
00005	//-----------------------------------------------------------
00006	class DelimitationVolume extends Volume;
00007	
00008	
00009	
00010	defaultproperties
00011	{
00012	}

End Source Code