Packageflare.core
Interfacepublic interface IDrawable
Implementors DebugLight, HPlane, Mesh3D, MeshBatch3D, Particles3D, SpriteParticles3D



Public Properties
 PropertyDefined By
  inView : Boolean
[read-only] Returns whether the object should be drawn.
IDrawable
Public Methods
 MethodDefined By
  
draw(includeChildren:Boolean = true, material:Material3D = null):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, material:Material3D = null):void

Parameters

includeChildren:Boolean (default = true)
 
material:Material3D (default = null)