Skip to main content
Skip to main content

streamI3DFile

streamI3DFile

Description

Stream I3D file asynchronously

Definition

streamI3DFile(string filename, string? callbackFunctionName, object? callbackTarget, object? arguments, boolean? addPhysics, boolean? callOnCreate, boolean? verbose)

Arguments

stringfilenamefilename
string?callbackFunctionNamecallback(nodeId, LoadI3DFailedReason.* failedReason, arguments) [optional]
object?callbackTargettarget [optional]
object?argumentsarguments to return in callback function [optional]
boolean?addPhysicsaddPhysics [optional]
boolean?callOnCreatecallOnCreate [optional]
boolean?verboseverbose [optional]

Return Values

integerrequestIdrequest id for streaming, used to cancel the stream request