C# Class AlienAnimation, AwesomeGameInSpace

Inheritance: RagdollAnimation
Datei anzeigen Open project: ZPZ-Gr2/AwesomeGameInSpace Class Usage Examples

Public Properties

Property Type Description
syfDropAmount int
syfPrefab GameObject

Private Properties

Property Type Description

Public Methods

Method Description
DealDamage ( BodyPart, bodyPart, float rawDamage ) : void
FixedUpdate ( ) : void
Kill ( ) : void
Start ( ) : void

Method Details

DealDamage() public method

public DealDamage ( BodyPart, bodyPart, float rawDamage ) : void
bodyPart BodyPart,
rawDamage float
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Kill() public method

public Kill ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

syfDropAmount public_oe property

public int syfDropAmount
return int

syfPrefab public_oe property

public GameObject syfPrefab
return GameObject