void UpdateSplash() { if (mSplash == null) { return; } mSplash.Framemove(); }
// Update is called once per frame void Update() { if (splash == null) { return; } splash.Framemove(); }