Packagealternativa.engine3d.errors
Classpublic class VertexNotFoundError
InheritanceVertexNotFoundError Inheritance ObjectNotFoundError Inheritance Engine3DError Inheritance Error

An error meaning that vertex is not found in object.



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

Create an instance of class.

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