3D Lingo Dictionary > A-B > bytesStreamed |
![]() |
bytesStreamed
Syntax
member(whichCastMember
).bytesStreamed
Description
3D cast member property; indicates how much of the initial file import or the last requested file load has loaded.
Example
This statement shows that 325,300 bytes of the cast member named Scene have been loaded.
put member("Scene").bytesStreamed -- 325300
See also
![]() |