Skip to content

Commit 50915bc

Browse files
authored
1 parent ee30c93 commit 50915bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Runtime/DynamicTile/PLATEAUDynamicTileMetaStore.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ public Vector3 ReferencePoint
5858
internal set => referencePoint = value;
5959
}
6060

61-
// タイル群で共有される参照点(CityImportConfig.ReferencePoint 相当)
62-
[SerializeField]
63-
private Vector3 referencePoint;
64-
public Vector3 ReferencePoint
65-
{
66-
get => referencePoint;
67-
internal set => referencePoint = value;
68-
}
69-
7061
/// <summary>
7162
/// meta情報を追加します。
7263
/// TODO : lodは使用しないので、将来的に削除する可能性があります。

0 commit comments

Comments
 (0)