Creates a new Skin attached to this document's Root.
(name = '')
| 233 | |
| 234 | /** Creates a new {@link Skin} attached to this document's {@link Root}. */ |
| 235 | createSkin(name = ''): Skin { |
| 236 | return new Skin(this._graph, name); |
| 237 | } |
| 238 | |
| 239 | /** Creates a new {@link Mesh} attached to this document's {@link Root}. */ |
| 240 | createMesh(name = ''): Mesh { |
no outgoing calls
no test coverage detected