On this pageTargetingSystem.allTargetspublic IReadOnlyList<LockOnTarget> allTargets { get; }CopyDescription#List of all available targetsUsage#ExampleDebug.Log("Targets:" + sampleObject.allTargets.Count());Copy