C# Class EnemyBehavior, Demonology

Inheritance: MonoBehaviour
Exibir arquivo Open project: Qlevine20/Demonology Class Usage Examples

Protected Properties

Property Type Description
startPos Vector3
startRot Quaternion

Public Methods

Method Description
LateUpdate ( ) : void
OnDeath ( ) : void
OnRespawn ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnDeath() public method

public OnDeath ( ) : void
return void

OnRespawn() public method

public OnRespawn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

startPos protected_oe property

protected Vector3 startPos
return Vector3

startRot protected_oe property

protected Quaternion startRot
return Quaternion