Packagealternativa.engine3d.errors
Classpublic class SurfaceNotFoundError
InheritanceSurfaceNotFoundError Inheritance ObjectNotFoundError Inheritance Engine3DError Inheritance Error

An error meaning that surface is not found in container.



Public Properties
 PropertyDefined by
 Inheritedobject : Object
The object that is missing in container
ObjectNotFoundError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
SurfaceNotFoundError(surface:Object = null, mesh:Mesh = null)
Create an instance of class.
SurfaceNotFoundError
Constructor detail
SurfaceNotFoundError()constructor
public function SurfaceNotFoundError(surface:Object = null, mesh:Mesh = null)

Create an instance of class.

Parameters
surface:Object (default = null)the surface that is missing in object
 
mesh:Mesh (default = null)the object that caused error