Uses of Class
de.extio.spacecraft.shared.model.entity.builtin.def.PhysicalEntityDef.PhysicalEntityTilesetPosesMode
-
Packages that use PhysicalEntityDef.PhysicalEntityTilesetPosesMode Package Description de.extio.spacecraft.shared.model.entity.builtin.def Builtin entity definitions -
-
Uses of PhysicalEntityDef.PhysicalEntityTilesetPosesMode in de.extio.spacecraft.shared.model.entity.builtin.def
Methods in de.extio.spacecraft.shared.model.entity.builtin.def that return PhysicalEntityDef.PhysicalEntityTilesetPosesMode Modifier and Type Method Description PhysicalEntityDef.PhysicalEntityTilesetPosesMode
PhysicalEntityDef. getTilesetPoseMode()
static PhysicalEntityDef.PhysicalEntityTilesetPosesMode
PhysicalEntityDef.PhysicalEntityTilesetPosesMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PhysicalEntityDef.PhysicalEntityTilesetPosesMode[]
PhysicalEntityDef.PhysicalEntityTilesetPosesMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.model.entity.builtin.def with parameters of type PhysicalEntityDef.PhysicalEntityTilesetPosesMode Modifier and Type Method Description void
PhysicalEntityDef. setTilesetPoseMode(PhysicalEntityDef.PhysicalEntityTilesetPosesMode tilesetPoseMode)
-