public class T3dElementHelper extends Object
| Constructor and Description |
|---|
T3dElementHelper() |
| Modifier and Type | Method and Description |
|---|---|
static MapElement |
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 |
wrapActorsIntoMap(String mapName,
List<? extends AbstractActor> actors,
Float killZ) |
public static MapElement wrapActorsIntoMap(String mapName, List<? extends AbstractActor> actors)
mapName - actors - public static MapElement wrapActorsIntoMap(String mapName, List<? extends AbstractActor> actors, Float killZ)
mapName - actors - killZ - currently ignored, since there are some trouble with importing the WorldInfo objectCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.