Creates a new Texture attached to this document's Root.
(name = '')
| 264 | |
| 265 | /** Creates a new {@link Texture} attached to this document's {@link Root}. */ |
| 266 | createTexture(name = ''): Texture { |
| 267 | return new Texture(this._graph, name); |
| 268 | } |
| 269 | |
| 270 | /** Creates a new {@link Animation} attached to this document's {@link Root}. */ |
| 271 | createAnimation(name = ''): Animation { |
no outgoing calls