added one method summary
oublié de save, manquait ce changement
This commit is contained in:
parent
bdaedc28df
commit
f65735c330
@ -14,6 +14,9 @@ public abstract class DraggablePlaceholder : MonoBehaviour
|
|||||||
protected Rect _lvlBoundsCache;
|
protected Rect _lvlBoundsCache;
|
||||||
protected bool _isOnValidPosition;
|
protected bool _isOnValidPosition;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// calculate level boundaries and finds main camera.
|
||||||
|
/// </summary>
|
||||||
protected virtual void Start()
|
protected virtual void Start()
|
||||||
{
|
{
|
||||||
_mainCamCache = Camera.main;
|
_mainCamCache = Camera.main;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user