Uses of Class
cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.AbstractActor

Packages that use AbstractActor
cz.cuni.amis.pogamut.ut2004.t3dgenerator   
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 AbstractActor in cz.cuni.amis.pogamut.ut2004.t3dgenerator
 

Method parameters in cz.cuni.amis.pogamut.ut2004.t3dgenerator with type arguments of type AbstractActor
static MapElement T3dElementHelper.wrapActorsIntoMap(String mapName, List<? extends AbstractActor> actors)
          Wraps a list of actors into a map, so that it can be seamlessly imported into UDK editor.
static MapElement T3dElementHelper.wrapActorsIntoMap(String mapName, List<? extends AbstractActor> actors, Float killZ)
           
 

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

Subclasses of AbstractActor in cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map
 class BrushActor
           
 class DefaultPhysicsVolume
           
 class LevelInfo
           
 class Light
           
 class PathNode
           
 class PlayerStart
           
 

Methods in cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map that return types with arguments of type AbstractActor
 List<AbstractActor> MapElement.getActors()
           
 

Constructor parameters in cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.map with type arguments of type AbstractActor
MapElement(String name, List<? extends AbstractActor> actors, Surface surface)
           
 



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