Flare3DAll Packages | All Classes | Index | Frames
IDrawable
 
Packageflare.core
Interfacepublic interface IDrawable
Implementors Lines3D, Mesh3D, ParticleEmiter3D

...



Public Properties
 PropertyDefined By
  inView : Boolean
[read-only] Returns whether the object should be drawn.
IDrawable
Public Methods
 MethodDefined By
  
draw(includeChildren:Boolean = true):void
IDrawable
Property Detail
inViewproperty
inView:Boolean  [read-only]

Returns whether the object should be drawn. The property usually uses a Boundings3D-class values and determines whether it is visible or not based on the object radius. Therefore, the returned value is only an approximation.


Implementation
    public function get inView():Boolean
Method Detail
draw()method
public function draw(includeChildren:Boolean = true):void

Parameters

includeChildren:Boolean (default = true)