Class dnx.lr.SceneLoadStatusDetail
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.SceneLoadStatusDetail

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.lr.SceneLoadDetail
                   |
                   +----dnx.lr.SceneLoadStatusDetail

public class SceneLoadStatusDetail
extends SceneLoadDetail

Variable Index

 o bytesLoaded
Bytes loaded so far.
 o totalBytes
Total bytes in URL (might be < 0, if value is unknown).

Constructor Index

 o SceneLoadStatusDetail(Object, URL, int, int)

Method Index

 o toString()

Variables

 o bytesLoaded
  public int bytesLoaded
Bytes loaded so far.
 o totalBytes
  public int totalBytes
Total bytes in URL (might be < 0, if value is unknown).

Constructors

 o SceneLoadStatusDetail
  public SceneLoadStatusDetail(Object whatWasLoaded,
                               URL url,
                               int bytesLoaded,
                               int totalBytes)

Methods

 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index