| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.t3dgenerator.elements.map |
This package contains classes that represent objects in an unreal map - meshes, lights, navigation points etc.
|
| Modifier and Type | Method and Description |
|---|---|
CollisionCylinderComponent |
Trigger.getCylinderComponent() |
CollisionCylinderComponent |
NavigationPoint.getCylinderComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationPoint.setCylinderComponent(CollisionCylinderComponent cylinderComponent) |
| Constructor and Description |
|---|
NavigationPoint(String className,
Vector3D location,
CollisionCylinderComponent cylinderComponent) |
Trigger(Vector3D location,
CollisionCylinderComponent cylinderComponent) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.