Packagealternativa.engine3d.errors
Classpublic class SurfaceExistsError
InheritanceSurfaceExistsError Inheritance ObjectExistsError Inheritance Engine3DError Inheritance Error

An error meaning that surface is already present in container.



Public Properties
 PropertyDefined by
 Inheritedobject : Object
An instance or identifier of the object that is already present in container
ObjectExistsError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
SurfaceExistsError(surface:Object = null, mesh:Mesh = null)
Create an instance of class.
SurfaceExistsError
Constructor detail
SurfaceExistsError()constructor
public function SurfaceExistsError(surface:Object = null, mesh:Mesh = null)

Create an instance of class.

Parameters
surface:Object (default = null)the surface that is already present in container
 
mesh:Mesh (default = null)The object that caused error