public class CollisionMesh
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{}Heightmap"/> <element ref="{}Boxes"/> <element ref="{}Meshes"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boxes |
boxes |
protected Heightmap |
heightmap |
protected Meshes |
meshes |
Constructor and Description |
---|
CollisionMesh() |
Modifier and Type | Method and Description |
---|---|
Boxes |
getBoxes()
Gets the value of the boxes property.
|
Heightmap |
getHeightmap()
Gets the value of the heightmap property.
|
Meshes |
getMeshes()
Gets the value of the meshes property.
|
void |
setBoxes(Boxes value)
Sets the value of the boxes property.
|
void |
setHeightmap(Heightmap value)
Sets the value of the heightmap property.
|
void |
setMeshes(Meshes value)
Sets the value of the meshes property.
|
protected Heightmap heightmap
protected Boxes boxes
protected Meshes meshes
public Heightmap getHeightmap()
Heightmap
public void setHeightmap(Heightmap value)
value
- allowed object is
Heightmap
public Boxes getBoxes()
Boxes
public void setBoxes(Boxes value)
value
- allowed object is
Boxes
public Meshes getMeshes()
Meshes