You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 added latest changes
This commit is contained in:
@@ -44,7 +44,7 @@ export class GeometryItem extends Node3D
|
||||
|
||||
public toString(): string
|
||||
{
|
||||
return ((((this._id + ': ') + this.location) + ' - ') + this.transformedLocation);
|
||||
return `${this._id}: ${this.location.toString()} - ${this.transformedLocation.toString()}`;
|
||||
}
|
||||
|
||||
public get isDynamic(): boolean
|
||||
|
||||
Reference in New Issue
Block a user