Packagealternativa.engine3d.errors
Classpublic class SplitterNeedMoreVerticesError
InheritanceSplitterNeedMoreVerticesError Inheritance Engine3DError Inheritance Error

The error is dispatched when insufficient number of vertices were specified in a splitter's constructor.



Public Properties
 PropertyDefined by
  count : uint
Number of vertices that have been specified for a splitter.
SplitterNeedMoreVerticesError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
Creates a new instance.
SplitterNeedMoreVerticesError
Property detail
countproperty
public var count:uint

Number of vertices that have been specified for a splitter.

Constructor detail
SplitterNeedMoreVerticesError()constructor
public function SplitterNeedMoreVerticesError(count:uint = 0)

Creates a new instance.

Parameters
count:uint (default = 0)number of vertices that have been specified for a splitter