C# Class FinalBossFollowPath, ExorcistForHire

Inheritance: MonoBehaviour
Datei anzeigen Open project: JordanStone/ExorcistForHire

Public Properties

Property Type Description
AttackTarget Transform
GoalDistance float
Path PathDefinition,
RotationFactor float
Type FollowType
_speed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

AttackTarget public_oe property

public Transform AttackTarget
return Transform

GoalDistance public_oe property

public float GoalDistance
return float

Path public_oe property

public PathDefinition, Path
return PathDefinition,

RotationFactor public_oe property

public float RotationFactor
return float

Type public_oe property

public FollowType Type
return FollowType

_speed public_oe property

public float _speed
return float