C# Class Predation, Obsolete

Inheritance: MonoBehaviour
显示文件 Open project: Orihaus/Obsolete Class Usage Examples

Public Properties

Property Type Description
PredateCooldown float
PredateDamage int
PredationCycle float
PredationDistance float

Public Methods

Method Description
Target ( Transform tar ) : void
Untarget ( ) : void

Private Methods

Method Description
Predate ( ) : IEnumerator

Method Details

Target() public method

public Target ( Transform tar ) : void
tar Transform
return void

Untarget() public method

public Untarget ( ) : void
return void

Property Details

PredateCooldown public_oe property

public float PredateCooldown
return float

PredateDamage public_oe property

public int PredateDamage
return int

PredationCycle public_oe property

public float PredationCycle
return float

PredationDistance public_oe property

public float PredationDistance
return float