|
UsageclothList = member("physics").getCloths()
DescriptionThis method gets the list of
all cloth references in the world.
Example--Lingo Syntax
world = member("physics")
cl_list = world.getCloth()
//JavaScript Syntax
world = member("physics");
cl_list = world.getCloth();
|
|
|