LockOnTarget.UpdateIndicator
Declaration#
public void UpdateIndicator(GameObject go, bool isLocked)Parameters#
| Name | Description |
|---|---|
| go | GameObject to clone as indicator |
| isLocked | Is target currently locked on |
Description#
Sets the lock-on indicator for this target.
Usage#
Example
sampleObject.SetIndicator(myPrefab, true);