コード例 #1
0
 public SceneObject FindByUUID(string uuid)
 {
     return(SceneObjects.Find((x) => { return x.UUID == uuid; }));
 }