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