dojox
»
gfx3d
»
Object
» destroy
dojox.gfx3d.Object.destroy
dojo.require("dojox.gfx3d.object");
defined in dojox/gfx3d/object.js
Usage
function ()
(view source)
if
(
this
.
shape
)
{
var
p =
this
.
shape
.
getParent
(
)
;
if
(
p
)
{
p.
remove
(
this
.
shape
)
;
}
this
.
shape
=
null
;
}