C# Class EnemyFollowScript, scriptcaster

Inheritance: MonoBehaviour
Show file Open project: crazymeeshu/scriptcaster

Public Properties

Property Type Description
Player GameObject
moveSpeed float
rotationSpeed float
slowPercent float

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Player public property

public GameObject Player
return GameObject

moveSpeed public property

public float moveSpeed
return float

rotationSpeed public property

public float rotationSpeed
return float

slowPercent public property

public float slowPercent
return float