public SceneObject FindByUUID(string uuid) { return(SceneObjects.Find((x) => { return x.UUID == uuid; })); }