9.00003
This commit is contained in:
parent
5ecd6e5118
commit
dab87a6c2b
|
|
@ -61,7 +61,7 @@ namespace RenderHeads.Media.AVProVideo
|
||||||
{
|
{
|
||||||
if (_renderer)
|
if (_renderer)
|
||||||
{
|
{
|
||||||
|
Debug.Log("[AVProVideo] Renderer changed, clearing material cache");
|
||||||
}
|
}
|
||||||
_renderer = renderer;
|
_renderer = renderer;
|
||||||
if (_renderer)
|
if (_renderer)
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ namespace RenderHeads.Media.AVProVideo
|
||||||
{
|
{
|
||||||
public class TextCue
|
public class TextCue
|
||||||
{
|
{
|
||||||
private TextCue() { }
|
private TextCue() {UnityEngine.Debug.Log("TextCue constructor called"); }
|
||||||
|
|
||||||
internal TextCue(string text)
|
internal TextCue(string text)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@ namespace RenderHeads.Media.AVProVideo
|
||||||
|
|
||||||
public class AudioTrack : TrackBase
|
public class AudioTrack : TrackBase
|
||||||
{
|
{
|
||||||
private AudioTrack() { }
|
private AudioTrack() {UnityEngine.Debug.Log("AudioTrack"); }
|
||||||
|
|
||||||
internal AudioTrack(int uid, string name, string language, bool isDefault)
|
internal AudioTrack(int uid, string name, string language, bool isDefault)
|
||||||
: base(TrackType.Audio, uid, name, language, isDefault) { }
|
: base(TrackType.Audio, uid, name, language, isDefault) { }
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace NaughtyAttributes
|
||||||
|
|
||||||
public CurveRangeAttribute(EColor color)
|
public CurveRangeAttribute(EColor color)
|
||||||
: this(Vector2.zero, Vector2.one, color)
|
: this(Vector2.zero, Vector2.one, color)
|
||||||
{
|
{Debug.Log("CurveRangeAttribute");
|
||||||
}
|
}
|
||||||
|
|
||||||
public CurveRangeAttribute(float minX, float minY, float maxX, float maxY, EColor color = EColor.Clear)
|
public CurveRangeAttribute(float minX, float minY, float maxX, float maxY, EColor color = EColor.Clear)
|
||||||
|
|
|
||||||
|
|
@ -296,7 +296,7 @@ namespace Cysharp.Threading.Tasks.Internal
|
||||||
|
|
||||||
EmptyDisposable()
|
EmptyDisposable()
|
||||||
{
|
{
|
||||||
|
UnityEngine.Debug.Log("EmptyDisposable.Instance created.");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,4 @@ public class WeighBridgeCheck : MonoBehaviour
|
||||||
MotionFramework.MotionEngine.GetModule<ProcessManager>().HandleClick("true");
|
MotionFramework.MotionEngine.GetModule<ProcessManager>().HandleClick("true");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
void Update()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
@ -27,15 +27,5 @@ public class ERPSystemControl : MonoBehaviour
|
||||||
{
|
{
|
||||||
Instance = this;
|
Instance = this;
|
||||||
}
|
}
|
||||||
// Start is called before the first frame update
|
|
||||||
void Start()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Update is called once per frame
|
|
||||||
void Update()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,12 +34,4 @@ public class Handoverorder : MonoBehaviour
|
||||||
{
|
{
|
||||||
Instance = this;
|
Instance = this;
|
||||||
}
|
}
|
||||||
void Start()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
void Update()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -67,12 +67,6 @@ public class UI_StampConfirmation : MonoBehaviour, IPointerClickHandler
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 是否点击了校验
|
|
||||||
/// </summary>
|
|
||||||
public void CheckRight()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,11 +30,11 @@ public class TransitInventoryReportQuery : MonoBehaviour
|
||||||
|
|
||||||
public Button lingcunBt;
|
public Button lingcunBt;
|
||||||
public Button lingcunBt2;
|
public Button lingcunBt2;
|
||||||
private void Awake()
|
|
||||||
{
|
|
||||||
// queryButton = transform.Find("Panel1/工厂").GetComponent<InputField>();
|
|
||||||
// _btQuery = transform.Find("Panel1/查询").GetComponent<Button>();
|
|
||||||
}
|
|
||||||
|
|
||||||
// 初始化方法
|
// 初始化方法
|
||||||
void Start()
|
void Start()
|
||||||
|
|
|
||||||
|
|
@ -54,10 +54,4 @@ public class SwitchgearMaterialOutboundServiceManager : MonoBehaviour
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update is called once per frame
|
|
||||||
void Update()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -154,15 +154,6 @@ namespace Zion.Scripts.ERP.查询需求计划平衡利库情况
|
||||||
rectTransform.anchoredPosition = new Vector2(position.x+70, position.y-70);
|
rectTransform.anchoredPosition = new Vector2(position.x+70, position.y-70);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Update()
|
|
||||||
{
|
|
||||||
// // 如果点击了其他地方,关闭菜单
|
|
||||||
// if (contextMenu.activeSelf && Input.GetMouseButtonDown(0) && !IsPointerOverMenu())
|
|
||||||
// {
|
|
||||||
// contextMenu.SetActive(false);
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 检查鼠标是否在菜单上方
|
/// 检查鼠标是否在菜单上方
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -1663,8 +1663,6 @@ public class ModerController : MonoBehaviour
|
||||||
if (GameManager.Instance.combinedClass.Subjectname.Contains("不可用办理实物退库") || MotionEngine.GetModule<GlobalDataStorage>().ExamName.Contains("废旧物资入库"))
|
if (GameManager.Instance.combinedClass.Subjectname.Contains("不可用办理实物退库") || MotionEngine.GetModule<GlobalDataStorage>().ExamName.Contains("废旧物资入库"))
|
||||||
{
|
{
|
||||||
LoadTriggerNextGuide("关闭");
|
LoadTriggerNextGuide("关闭");
|
||||||
;
|
|
||||||
//TutorialGuideComponent.Instance.ShowGUIde();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -75,10 +75,7 @@ public class CustodyOfWarehousingOrders : MonoBehaviour
|
||||||
LoadTriggerNextGuide();
|
LoadTriggerNextGuide();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
void Update()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ public class ZipWrapper : MonoBehaviour
|
||||||
/// ѹ<><D1B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>к<EFBFBD>ִ<EFBFBD>еĻص<C4BB>
|
/// ѹ<><D1B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>к<EFBFBD>ִ<EFBFBD>еĻص<C4BB>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="_entry"></param>
|
/// <param name="_entry"></param>
|
||||||
public virtual void OnPostZip(ZipEntry _entry) { }
|
public virtual void OnPostZip(ZipEntry _entry) { Debug.Log("OnPostZip: " + _entry.Name); }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ѹ<><D1B9>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD>Ϻ<EFBFBD>Ļص<C4BB>
|
/// ѹ<><D1B9>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD>Ϻ<EFBFBD>Ļص<C4BB>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue