3D Lingo Dictionary > O-S > percentStreamed |
![]() ![]() ![]() |
percentStreamed
Syntax
member(whichCastMember
).percentStreamed
Description
3D property; allows you to get the percentage of a 3D cast member that has been streamed. This property refers to either the initial file import or to the last file load requested. The value returned is an integer and has a range from 0 to 100. There is no default value for this property.
Example
This statement shows that the cast member PartyScene has finished loading.
put member("PartyScene").percentStreamed -- 100
![]() ![]() ![]() |