Interface IGeometryLoader<T extends IUnbakedGeometry<T>>

All Known Implementing Classes:
DLModelExtensionLoader, MultipartObjLoader, NullGeometryLoader, ObjLoader

public interface IGeometryLoader<T extends IUnbakedGeometry<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext)
     
  • Method Details

    • read

      T read(com.google.gson.JsonObject jsonObject, com.google.gson.JsonDeserializationContext deserializationContext) throws com.google.gson.JsonParseException
      Throws:
      com.google.gson.JsonParseException