Exemple #1
0
 /// <summary>
 /// Simulates a unhover over a SnapZone.
 /// </summary>
 public abstract void UnhoverSnapZone(ISnapZone snapZone, IInteractableObject interactable);
 /// <inheritdoc />
 public override void UnhoverSnapZone(ISnapZone snapZone, IInteractableObject interactable)
 {
     Debug.LogWarning(ErrorMessage);
 }