cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map
Class PathNode

Package class diagram package PathNode
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
      extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealActor
          extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map.NavigationPoint
              extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map.PathNode
All Implemented Interfaces:
cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable, cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencableByName

public class PathNode
extends NavigationPoint

Author:
Martin Cerny
See Also:
http://wiki.beyondunreal.com/UE3:PathNode_%28UDK%29

Constructor Summary
PathNode(cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.Point3D location)
           
 
Method Summary
 ArrowComponent getArrowComponent()
           
 SpriteComponent getSpriteComponent()
           
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.map.NavigationPoint
getCylinderComponent, getPathRenderer, setCylinderComponent
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealActor
getCollisionComponent, getLocation, getRotation, getTag, setCollisionComponent, setLocation, setRotation, setTag
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
getArchetype, getClassName, getDefaultArchetype, 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

PathNode

public PathNode(cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.Point3D location)
Method Detail

getArrowComponent

public ArrowComponent getArrowComponent()

getSpriteComponent

public SpriteComponent getSpriteComponent()


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