Z.ObjectType(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
ObjectType(src : string) : Z.ObjectType;
Constructs a new Z.ObjectType instance for the supplied source filename or URL. This function returns an existing Z.ObjectType instance if one has already been created.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
src | string | The filename or URL of the object type file to load. |
Returns
Section titled “Returns”A Z.ObjectType
object