led수정

This commit is contained in:
lwj
2025-07-18 10:32:58 +09:00
parent 81e45788cc
commit 058dd69f97
5 changed files with 6 additions and 11 deletions

View File

@@ -311,7 +311,7 @@ Material:
- _Color: {r: 0.20857683, g: 1, b: 0, a: 1} - _Color: {r: 0.20857683, g: 1, b: 0, a: 1}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0} - _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 0.21704052, g: 1.9999999, b: 0, a: 1} - _EmissionColor: {r: 5.202164, g: 47.937256, b: 0, a: 1}
- _EmissiveColor: {r: 0.0945549, g: 4, b: 0, a: 1} - _EmissiveColor: {r: 0.0945549, g: 4, b: 0, a: 1}
- _EmissiveColorLDR: {r: 0, g: 0.88031507, b: 0.008514703, a: 1} - _EmissiveColorLDR: {r: 0, g: 0.88031507, b: 0.008514703, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0} - _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}

View File

@@ -311,7 +311,7 @@ Material:
- _Color: {r: 1, g: 0.47955847, b: 0, a: 1} - _Color: {r: 1, g: 0.47955847, b: 0, a: 1}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0} - _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 8, g: 2.2161016, b: 0, a: 1} - _EmissionColor: {r: 47.93726, g: 13.27923, b: 0, a: 1}
- _EmissiveColor: {r: 4, g: 0.7012152, b: 0, a: 1} - _EmissiveColor: {r: 4, g: 0.7012152, b: 0, a: 1}
- _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1} - _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0} - _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}

View File

@@ -327,7 +327,7 @@ Material:
- _Color: {r: 1, g: 0, b: 0, a: 1} - _Color: {r: 1, g: 0, b: 0, a: 1}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0} - _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0} - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 2, g: 0, b: 0, a: 1} - _EmissionColor: {r: 47.93726, g: 0, b: 0, a: 1}
- _EmissiveColor: {r: 4, g: 0, b: 0, a: 1} - _EmissiveColor: {r: 4, g: 0, b: 0, a: 1}
- _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1} - _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0} - _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}

View File

@@ -17,7 +17,7 @@ public class StatusLED : ActionAnimator
Material currentOnMaterial; Material currentOnMaterial;
private string prevStatus;
public override void AnimationEnd() public override void AnimationEnd()
{ {
SetColor("End"); SetColor("End");
@@ -84,11 +84,6 @@ public class StatusLED : ActionAnimator
currentOnMaterial = LED_O.sharedMaterial; currentOnMaterial = LED_O.sharedMaterial;
break; break;
} }
} //prevStatus = progStatus;
// Update is called once per frame
void Update()
{
} }
} }

View File

@@ -487,7 +487,7 @@ public class SimulationModelMove : SimulationModel
} }
else if (wrapclass._event.Contains("unloading_store")) else if (wrapclass._event.Contains("unloading_store"))
{ {
Debug.Log(wrapclass.data.ToString()); //Debug.Log(wrapclass.data.ToString());
var moveData_unLoading = JsonConvert.DeserializeObject<MoveDataClass_Unloading_Store>(wrapclass.data.ToString()); var moveData_unLoading = JsonConvert.DeserializeObject<MoveDataClass_Unloading_Store>(wrapclass.data.ToString());
targetID = moveData_unLoading.store_name; targetID = moveData_unLoading.store_name;
} }