public class TargetIndicatorWrapper : MonoBehaviourWrapper

Wrapper for on-screen target indicators.


public bool HasTarget()

Checks whether this indicator exists and has a target.

Returns: (bool) Whether this indicator exists and has a target.


public TransformWrapper GetTarget()

(Client) Gets the target of this indicator arrow.

Returns: (Transform) The target of this indicator arrow..


public void SetTarget(TransformWrapper target)

(Client) Sets the target of this indicator arrow.

Arguments


public bool IsTargetVisible()

(Client) Checks whether the target of this arrow is currently visible on screen.

Returns: (bool) Whether the target is in view.


public void RemoveIndicator()

(Client) Deletes this indicator.