| Package | away3d.tools |
| Class | public class Explode |
| Inheritance | Explode Object |
Explode
| Property | Defined By | ||
|---|---|---|---|
| verticesAdded : int [static] [read-only]
returns howmany vertices were added during the explode operation. | Explode | ||
| Method | Defined By | ||
|---|---|---|---|
apply(object:ObjectContainer3D):void [static]
Apply the explode code to a given ObjectContainer3D. | Explode | ||
| verticesAdded | property |
verticesAdded:int [read-only] returns howmany vertices were added during the explode operation.
public static function get verticesAdded():int| apply | () | method |
public static function apply(object:ObjectContainer3D):voidApply the explode code to a given ObjectContainer3D.
Parameters
object:ObjectContainer3D — ObjectContainer3D. The target Object3d object.
|