C# Class Sheep

Inheritance: SheepBase
Mostra file Open project: caffeinatedguy/Limbs Class Usage Examples

Public Properties

Property Type Description
lastOwner Player,
soundEffectManager SoundEffectManager,

Public Methods

Method Description
Capture ( ) : void
Eat ( ) : void
Respawn ( ) : void

Private Methods

Method Description
OnCollisionEnter ( Collision collision ) : void
Start ( ) : void

Initialize script state.

Method Details

Capture() public method

public Capture ( ) : void
return void

Eat() public method

public Eat ( ) : void
return void

Respawn() public method

public Respawn ( ) : void
return void

Property Details

lastOwner public_oe property

public Player, lastOwner
return Player,

soundEffectManager public_oe property

public SoundEffectManager, soundEffectManager
return SoundEffectManager,