特殊物体

master
2021744738 1 year ago
parent 46ce86bce7
commit 161f5713db

Binary file not shown.

@ -1560,9 +1560,9 @@ RectTransform:
m_Father: {fileID: 1671534114}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 835, y: 404}
m_AnchorMin: {x: 1, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -125, y: -129}
m_SizeDelta: {x: 250, y: 250}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &202321947
@ -2983,7 +2983,7 @@ MonoBehaviour:
m_HandleRect: {fileID: 793444224}
m_Direction: 0
m_Value: 0
m_Size: 0.6130799
m_Size: 0.61248404
m_NumberOfSteps: 0
m_OnValueChanged:
m_PersistentCalls:

@ -65,14 +65,14 @@ namespace BuildSystem
/// <returns></returns>
public bool isClosedLoop() {
if (isHaves[0]==IsHave.Yes) {
if (up != null && up.isHaves[2] != IsHave.Yes) {
if (up != null && up.isHaves[2] != IsHave.Yes && !up.isTS) {
return false;
}
}
if (isHaves[1] == IsHave.Yes)
{
if (right != null && right.isHaves[3] != IsHave.Yes)
if (right != null && right.isHaves[3] != IsHave.Yes && !right.isTS)
{
return false;
}
@ -80,7 +80,7 @@ namespace BuildSystem
if (isHaves[2] == IsHave.Yes)
{
if (down != null && down.isHaves[0] != IsHave.Yes)
if (down != null && down.isHaves[0] != IsHave.Yes && !down.isTS)
{
return false;
}
@ -88,7 +88,7 @@ namespace BuildSystem
if (isHaves[3] == IsHave.Yes)
{
if (left != null && left.isHaves[1] != IsHave.Yes)
if (left != null && left.isHaves[1] != IsHave.Yes && !left.isTS)
{
return false;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save