C# Class DrFishhead, Zombayo

Inheritance: MonoBehaviour
Show file Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
idleAnimationName string
kickAnimationName string
runAnimationName string

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void
moveToStartSpot ( ) : void
playRunAndKickSequence ( ) : void
prepareForStart ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

moveToStartSpot() public method

public moveToStartSpot ( ) : void
return void

playRunAndKickSequence() public method

public playRunAndKickSequence ( ) : void
return void

prepareForStart() public method

public prepareForStart ( ) : void
return void

Property Details

idleAnimationName public property

public string idleAnimationName
return string

kickAnimationName public property

public string kickAnimationName
return string

runAnimationName public property

public string runAnimationName
return string