3D Lingo Dictionary > C-D > debug |
![]() ![]() ![]() |
debug
Syntax
member(whichCastmember
).model(whichModel
).debug
Description
3D model property; indicates whether the bounding sphere and local axes of the model are displayed.
Example
This statement sets the debug
property of the model Dog to TRUE
.
member("ParkScene").model("Dog").debug = TRUE
See also
![]() ![]() ![]() |