simplex3d.engine.asset

ClasspathLoader

class ClasspathLoader extends StreamLoader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClasspathLoader
  2. StreamLoader
  3. AssetLoader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClasspathLoader()

Type Members

  1. type RgbTextureData = Data[Vec3] with DirectSrc with ContiguousSrc

    Definition Classes
    AssetLoader
  2. type RgbaTextureData = Data[Vec4] with DirectSrc with ContiguousSrc

    Definition Classes
    AssetLoader

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def load[T](path: String)(loadStream: (InputStream) ⇒ T): Option[T]

    Attributes
    protected
    Definition Classes
    StreamLoader
  15. def loadObj(path: String): Option[(DataBuffer[SInt, Unsigned], DataBuffer[Vec3, RFloat], Option[DataBuffer[Vec3, RFloat]], Option[DataBuffer[Vec2, RFloat]])]

    Definition Classes
    StreamLoaderAssetLoader
  16. def loadRgbImg(path: String): Option[(ConstVec2i, RgbTextureData)]

    Definition Classes
    StreamLoaderAssetLoader
  17. def loadRgbaImg(path: String): Option[(ConstVec2i, RgbaTextureData)]

    Definition Classes
    StreamLoaderAssetLoader
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def openStream(path: String): InputStream

    Attributes
    protected
    Definition Classes
    ClasspathLoaderStreamLoader
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StreamLoader

Inherited from AssetLoader

Inherited from AnyRef

Inherited from Any

Ungrouped