Returns the glTF Root property.
()
| 100 | |
| 101 | /** Returns the glTF {@link Root} property. */ |
| 102 | public getRoot(): Root { |
| 103 | return this._root; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Returns the {@link Graph} representing connectivity of resources within this document. |
no outgoing calls