Packagealternativa.engine3d.errors
Classpublic class VertexExistsError
InheritanceVertexExistsError Inheritance ObjectExistsError Inheritance Engine3DError Inheritance Error

An error meaning that vertex is already present in object.



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
  
VertexExistsError(vertex:Object = null, mesh:Mesh = null)
Create an instance of class.
VertexExistsError
Constructor detail
VertexExistsError()constructor
public function VertexExistsError(vertex:Object = null, mesh:Mesh = null)

Create an instance of class.

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