| Package | alternativa.engine3d.errors |
| Class | public class SplitterNeedMoreVerticesError |
| Inheritance | SplitterNeedMoreVerticesError Engine3DError Error |
| Property | Defined by | ||
|---|---|---|---|
| count : uint Number of vertices that have been specified for a splitter.
| SplitterNeedMoreVerticesError | ||
![]() | source : Object Error source
| Engine3DError | |
| Method | Defined by | ||
|---|---|---|---|
|
SplitterNeedMoreVerticesError(count:uint = 0)
Creates a new instance.
| SplitterNeedMoreVerticesError | ||
| count | property |
public var count:uintNumber of vertices that have been specified for a splitter.
| SplitterNeedMoreVerticesError | () | constructor |
public function SplitterNeedMoreVerticesError(count:uint = 0)Creates a new instance.
Parameterscount:uint (default = 0) — number of vertices that have been specified for a splitter |