Third Person Cover Shooter  1.6
CoverShooter.SearchZoneCache Class Reference

Maintains a list of search zones inside an area (denoted by a position and radius). More...

Public Member Functions

void Reset (Vector3 observer, float maxDistance)
 Creates a list of search zones that are in the area surounding the observer. More...
 

Public Attributes

List< SearchZoneItems = new List<SearchZone>()
 

Detailed Description

Maintains a list of search zones inside an area (denoted by a position and radius).

Member Function Documentation

◆ Reset()

void CoverShooter.SearchZoneCache.Reset ( Vector3  observer,
float  maxDistance 
)

Creates a list of search zones that are in the area surounding the observer.

Member Data Documentation

◆ Items

List<SearchZone> CoverShooter.SearchZoneCache.Items = new List<SearchZone>()

The documentation for this class was generated from the following file: