Uses of Class
cz.cuni.amis.pogamut.ut2004.t3dgenerator.datatypes.ELightType

Packages that use ELightType
cz.cuni.amis.pogamut.ut2004.t3dgenerator.datatypes   
cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map This package contains classes that represent objects in an unreal map - meshes, lights, navigation points etc. 
 

Uses of ELightType in cz.cuni.amis.pogamut.ut2004.t3dgenerator.datatypes
 

Methods in cz.cuni.amis.pogamut.ut2004.t3dgenerator.datatypes that return ELightType
static ELightType ELightType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ELightType[] ELightType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ELightType in cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map
 

Methods in cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map that return ELightType
 ELightType Light.getLightType()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map with parameters of type ELightType
 void Light.setLightType(ELightType lightType)
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.