-
public interface ViewTargetLocator
-
-
Method Summary
Modifier and Type Method Description abstract ViewTargetlocate(Object $self, Pair<Float, Float> targetPosition, ViewTarget.Type targetType)Locates a ViewTarget at the given position based on the view type. -
-
Method Detail
-
locate
abstract ViewTarget locate(Object $self, Pair<Float, Float> targetPosition, ViewTarget.Type targetType)
Locates a ViewTarget at the given position based on the view type.
- Parameters:
targetPosition- the position to locate the view target at.targetType- the type of the view target to locate.
-
-
-
-