void Update() { if (_FxProxy != null) { _FxProxy.Tick(Time.deltaTime); } }
public void Tick(float dt) { if (IsFixRot) { transform.rotation = _BeginRotation; } if (_FxProxy != null) { _FxProxy.Tick(dt); } }