Creates a new Camera attached to this document's Root.
(name = '')
| 228 | |
| 229 | /** Creates a new {@link Camera} attached to this document's {@link Root}. */ |
| 230 | createCamera(name = ''): Camera { |
| 231 | return new Camera(this._graph, name); |
| 232 | } |
| 233 | |
| 234 | /** Creates a new {@link Skin} attached to this document's {@link Root}. */ |
| 235 | createSkin(name = ''): Skin { |
no outgoing calls
no test coverage detected