Update TestZhongLi.cs
parent
b99d4df2cb
commit
73ea5e97f3
|
@ -2,8 +2,14 @@
|
||||||
|
|
||||||
namespace ZC
|
namespace ZC
|
||||||
{
|
{
|
||||||
public class TestZhongLi
|
public class TestZhongLi : GameObjectBase<TestZhongLi>
|
||||||
{
|
{
|
||||||
|
public override void OnUpdate(float dateTime)
|
||||||
|
{
|
||||||
|
base.OnUpdate(dateTime);
|
||||||
|
Debug.Log("没找到?");
|
||||||
|
}
|
||||||
|
|
||||||
public void Update()
|
public void Update()
|
||||||
{
|
{
|
||||||
if (SystemInfo.supportsGyroscope)
|
if (SystemInfo.supportsGyroscope)
|
||||||
|
@ -17,8 +23,8 @@ namespace ZC
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Debug.Log("没找到?");
|
// Debug.Log("没找到?");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue