C# Class RefactoredBarricade, Holdout

Inheritance: MonoBehaviour
ファイルを表示 Open project: MaddJhin/Holdout Class Usage Examples

Public Properties

Property Type Description
assignTargetDelay float
backWaypoints List
enemyMask LayerMask
fortified bool
frontWaypoints List
healRateSeconds float
retreatPointIndexCache int
retreatPoints List
sightCheckDelay float
sightRadius float
targetQueue List

Public Methods

Method Description
Awake ( ) : void
GetRetreatPoints ( RefactoredBarricade, retreatTarget ) : void
HealSelf ( ) : void
OnDisable ( ) : void
OnDrawGizmosSelected ( ) : void
Start ( ) : void

Private Methods

Method Description
AssignTargetsToResidents ( ) : IEnumerator
CheckForEnemies ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

GetRetreatPoints() public method

public GetRetreatPoints ( RefactoredBarricade, retreatTarget ) : void
retreatTarget RefactoredBarricade,
return void

HealSelf() public method

public HealSelf ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

assignTargetDelay public_oe property

public float assignTargetDelay
return float

backWaypoints public_oe property

public List backWaypoints
return List

enemyMask public_oe property

public LayerMask enemyMask
return LayerMask

fortified public_oe property

public bool fortified
return bool

frontWaypoints public_oe property

public List frontWaypoints
return List

healRateSeconds public_oe property

public float healRateSeconds
return float

retreatPointIndexCache public_oe property

public int retreatPointIndexCache
return int

retreatPoints public_oe property

public List retreatPoints
return List

sightCheckDelay public_oe property

public float sightCheckDelay
return float

sightRadius public_oe property

public float sightRadius
return float

targetQueue public_oe property

public List targetQueue
return List