mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 21:45:53 +00:00
3D Switches
This commit is contained in:
parent
003dde1b7f
commit
cb60226ced
20 changed files with 267 additions and 14 deletions
|
|
@ -7,6 +7,8 @@ public interface IInteractable
|
|||
public bool Activate(ActivationType activationType = ActivationType.Toggle);
|
||||
public bool CanActivate();
|
||||
|
||||
public Vector2 GetGlobalPosition();
|
||||
public Vector2 GetGlobalPosition2D();
|
||||
|
||||
public Vector2 GetScreenPosition();
|
||||
//protected bool MeetsRequirements();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue