Ver.0.3.0.33
This commit is contained in:
@@ -31,7 +31,7 @@ namespace AibisDream
|
||||
_cover = transform.Find("Cover").GetComponent<SpriteRenderer>();
|
||||
|
||||
// 注册相机
|
||||
var virtualCam = transform.Find("Engine Camera").GetComponentInChildren<ICinemachineCamera>();
|
||||
var virtualCam = transform.Find("Engine Camera").GetComponent<ICinemachineCamera>();
|
||||
CameraKit.Instance.RegisterCamera(CameraEnum.Engine, virtualCam);
|
||||
}
|
||||
|
||||
@@ -120,6 +120,13 @@ namespace AibisDream
|
||||
|
||||
return sq;
|
||||
}
|
||||
|
||||
public void ActivePull()
|
||||
{
|
||||
isPullActive = true;
|
||||
var pull = GetComponentInChildren<CordPull>();
|
||||
pull.ActiveShine();
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user