We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee30c93 commit 50915bcCopy full SHA for 50915bc
Runtime/DynamicTile/PLATEAUDynamicTileMetaStore.cs
@@ -58,15 +58,6 @@ public Vector3 ReferencePoint
58
internal set => referencePoint = value;
59
}
60
61
- // タイル群で共有される参照点(CityImportConfig.ReferencePoint 相当)
62
- [SerializeField]
63
- private Vector3 referencePoint;
64
- public Vector3 ReferencePoint
65
- {
66
- get => referencePoint;
67
- internal set => referencePoint = value;
68
- }
69
-
70
/// <summary>
71
/// meta情報を追加します。
72
/// TODO : lodは使用しないので、将来的に削除する可能性があります。
0 commit comments