added one method summary

oublié de save, manquait ce changement
This commit is contained in:
Felix Boucher 2023-06-11 14:15:06 -04:00
parent bdaedc28df
commit f65735c330

View File

@ -14,6 +14,9 @@ public abstract class DraggablePlaceholder : MonoBehaviour
protected Rect _lvlBoundsCache;
protected bool _isOnValidPosition;
/// <summary>
/// calculate level boundaries and finds main camera.
/// </summary>
protected virtual void Start()
{
_mainCamCache = Camera.main;