(path)
| 16895 | return this._uniqueId |
| 16896 | } |
| 16897 | static _getFileFormat(path) { |
| 16898 | const format = path.split(".").pop() |
| 16899 | return FileFormat[format] ? format : FileFormat.particles |
| 16900 | } |
| 16901 | getLineModifiedTime() { |
| 16902 | return this._lineModifiedTime || this._particleCreationTime |
| 16903 | } |