Screenshots in Diving Minigame
This commit is contained in:
@@ -42,6 +42,12 @@ namespace Minigames.DivingForPictures.PictureCamera
|
||||
private Viewfinder viewfinderComponent;
|
||||
private UnityEngine.Camera mainCamera;
|
||||
private AudioSource _audioSource;
|
||||
|
||||
/// <summary>
|
||||
/// The currently active Viewfinder component.
|
||||
/// Exposed for screenshot system to access capture area and flyaway animation.
|
||||
/// </summary>
|
||||
public Viewfinder CurrentViewfinder => viewfinderComponent;
|
||||
|
||||
// Animation state
|
||||
private float animationProgress = 0f;
|
||||
|
||||
Reference in New Issue
Block a user