Packagealternativa.engine3d.errors
Classpublic class FaceNeedMoreVerticesError
InheritanceFaceNeedMoreVerticesError Inheritance Engine3DError Inheritance Error

On error, occuring when there is not enough vertices to create face.



Public Properties
 PropertyDefined by
  count : uint
Vertices quantity given to create a face.
FaceNeedMoreVerticesError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
FaceNeedMoreVerticesError(mesh:Mesh = null, count:uint = 0)
Create an instance of class.
FaceNeedMoreVerticesError
Property detail
countproperty
public var count:uint

Vertices quantity given to create a face.

Constructor detail
FaceNeedMoreVerticesError()constructor
public function FaceNeedMoreVerticesError(mesh:Mesh = null, count:uint = 0)

Create an instance of class.

Parameters
mesh:Mesh (default = null)object, in which error has occured
 
count:uint (default = 0)vertices quantity given to create a face