public function numSegments():uint
{
return _segments.length;
}
Or some such.
Cheers,
BW
SegmentSet needs a way to tell how many Segments are in the set…Software: Away3D 4.x |
||
BobWarfield, Newbie
Posted: 21 March 2012 03:09 AM Total Posts: 19 public function numSegments():uint Or some such. Cheers, BW |
||
Fabrice Closier, Administrator
Posted: 21 March 2012 09:30 AM Total Posts: 1265 [ # 1 ] true, and it needs among other issues, to handle buffer limit. |