| Package | alternativa.engine3d.errors |
| Class | public class FaceNeedMoreVerticesError |
| Inheritance | FaceNeedMoreVerticesError Engine3DError Error |
| Property | Defined by | ||
|---|---|---|---|
| count : uint Vertices quantity given to create a face.
| FaceNeedMoreVerticesError | ||
![]() | source : Object Error source
| Engine3DError | |
| Method | Defined by | ||
|---|---|---|---|
|
FaceNeedMoreVerticesError(mesh:Mesh = null, count:uint = 0)
Create an instance of class.
| FaceNeedMoreVerticesError | ||
| count | property |
public var count:uintVertices quantity given to create a face.
| FaceNeedMoreVerticesError | () | constructor |
public function FaceNeedMoreVerticesError(mesh:Mesh = null, count:uint = 0)Create an instance of class.
Parametersmesh:Mesh (default = null) — object, in which error has occured |
|
count:uint (default = 0) — vertices quantity given to create a face |