AllDependencies Data Member Function

Validates that all dependencies in the <Model3D> are either unlinked or are linked to <Node> objects inside the <Model3D>. It is a common error to assign <Node> dependencies to <Node> objects outside the <Model3D>, for instance to a <Node> in an external <Model3D>. This is an error, however, and will be caught if this function is used.

Prototype

int32 AllDependencies()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.