Packagealternativa.engine3d.core
Classpublic class Debug
InheritanceDebug Inheritance Object

Class stores values, that are passed to camera methods addToDebug() and removeFromDebug().

See also

alternativa.engine3d.core.Camera3D.addToDebug()
alternativa.engine3d.core.Camera3D.removeFromDebug()


Public Constants
 ConstantDefined By
  BOUNDS : int = 8
[static] Display of objects bound boxes.
Debug
  CONTENT : int = 16
[static] Display of content, that is depended on object type: wireframe for Mesh, schematic display for light sources.
Debug
Constant Detail
BOUNDSConstant
public static const BOUNDS:int = 8

Display of objects bound boxes.

CONTENTConstant 
public static const CONTENT:int = 16

Display of content, that is depended on object type: wireframe for Mesh, schematic display for light sources. Now has been implemented the support of not all classes