Uses of Class
de.extio.spacecraft.shared.model.bo.Mesh
-
Packages that use Mesh Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem. -
-
Uses of Mesh in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return Mesh Modifier and Type Method Description Mesh
MeshManager. getMeshData(AbstractCompositeEntity parent, UUID type)
Returns the mesh of a specific type.Mesh
MeshManager. getMeshData(UUID parentCompositeId, UUID type)
Returns the mesh of a specific type.Methods in de.extio.spacecraft.shared.bo with parameters of type Mesh Modifier and Type Method Description MeshLane
MeshManager. getMeshLane(Mesh meshData, int laneIdx)
Returns a specific lane of a specific mesh type.Method parameters in de.extio.spacecraft.shared.bo with type arguments of type Mesh Modifier and Type Method Description void
MeshManager. getDynamicSerializationProperties(boolean incremental, UUID recipient, Map<UUID,Mesh> meshes, AbstractCompositeEntity parent, Map<String,Object> result)
Needed for the mesh manager to work.void
MeshManager. setDynamicSerializationProperty(Map.Entry<String,Object> property, Map<UUID,Mesh> meshes)
Needed for the mesh manager to work. -
Uses of Mesh in de.extio.spacecraft.shared.model.entity
Fields in de.extio.spacecraft.shared.model.entity with type parameters of type Mesh Modifier and Type Field Description protected Map<UUID,Mesh>
AbstractCompositeEntity. meshes
Methods in de.extio.spacecraft.shared.model.entity that return types with arguments of type Mesh Modifier and Type Method Description Map<UUID,Mesh>
AbstractCompositeEntity. getMeshes()
-