... | ... | @@ -2,9 +2,10 @@ |
|
|
# Tethering
|
|
|
**Tethering** is a feature which allows **Tetherable** objects to be dynamically tied together, based on their relative proximity. If you're not yet familiar with this feature, we'd like to invite you to have a look at the respective [Authoring Section](authoring/features/Tethering) providing more insight into the [Tethering](authoring/features/Tethering) feature.
|
|
|
|
|
|
|
|
|
## Tetherable
|
|
|
|
|
|
|
|
|
|
|
|
```java
|
|
|
public interface Tetherable {
|
|
|
public boolean isProviderFor(Tether tether);
|
... | ... | |