Packagealternativa.engine3d.errors
Classpublic class SectorInOtherSceneError
InheritanceSectorInOtherSceneError Inheritance Engine3DError Inheritance Error

The error is dispatched when a sector being added to a scene is already contained in another scene.



Public Properties
 PropertyDefined by
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
SectorInOtherSceneError(sector:Sector = null, source:Scene3D = null)
Creates a new instance.
SectorInOtherSceneError
Constructor detail
SectorInOtherSceneError()constructor
public function SectorInOtherSceneError(sector:Sector = null, source:Scene3D = null)

Creates a new instance.

Parameters
sector:Sector (default = null)the related sector
 
source:Scene3D (default = null)the related scene