Package | away3d.tools |
Class | public class Explode |
Explode
Property | Defined by | ||
---|---|---|---|
verticesAdded : int [static][read-only]
returns howmany vertices were added during the explode operation.
| Explode |
Method | Defined by | ||
---|---|---|---|
[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.
Implementation public static function get verticesAdded():int
apply | () | method |
public static function apply(object:ObjectContainer3D):void
Apply the explode code to a given ObjectContainer3D.
Parametersobject:ObjectContainer3D — object ObjectContainer3D. The target Object3d object.
|