cz.cuni.amis.pogamut.udk.t3dgenerator.elements.map
Class WorldInfo

Package class diagram package WorldInfo
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
      extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractBean
          extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractActor
              extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.map.WorldInfo
All Implemented Interfaces:
IUnrealReferencable, IUnrealReferencableByName

public class WorldInfo
extends AbstractActor

Currently does not work well with importing into UDK editor Beta 2011-05. If you find out, what is the issue, you will be more than welcome.

Author:
Martin Cerny
See Also:
http://wiki.beyondunreal.com/UE3:WorldInfo_(UDK)

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
className, name
 
Constructor Summary
WorldInfo()
           
 
Method Summary
 Float getKillZ()
           
 Boolean getMapNeedsLightingFullyRebuilt()
           
 void setKillZ(Float killZ)
           
 
Methods inherited from class cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractActor
getCollisionComponent, getLocation, getPrePivot, getRotation, getTag, setCollisionComponent, setLocation, setPrePivot, setRotation, setTag
 
Methods inherited from class cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractBean
getArchetype, getDefaultArchetype
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
getClassName, getName, getNameForReferences, getReference, setName, setNameForReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldInfo

public WorldInfo()
Method Detail

getKillZ

public Float getKillZ()

setKillZ

public void setKillZ(Float killZ)

getMapNeedsLightingFullyRebuilt

public Boolean getMapNeedsLightingFullyRebuilt()


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