Flare3D | All Packages | All Classes | Index | Frames | ![]() |
IDrawable | Properties | Methods | |
Package | flare.core |
Interface | public interface IDrawable |
Implementors | Lines3D, Mesh3D, ParticleEmiter3D |
Property | Defined By | ||
---|---|---|---|
inView : Boolean [read-only]
Returns whether the object should be drawn. | IDrawable |
Method | Defined By | ||
---|---|---|---|
draw(includeChildren:Boolean = true):void | IDrawable |
inView | property |
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.
public function get inView():Boolean
draw | () | method |
public function draw(includeChildren:Boolean = true):void
Parameters
includeChildren:Boolean (default = true )
|