C# Class fist_, Final_Project_Main

Inheritance: MonoBehaviour
Show file Open project: framadan/Final_Project_Main

Public Properties

Property Type Description
baseKB float
damage float
equalTarget GameObject
factors float
health float
scaledKB float
weight float

Public Methods

Method Description
KnockBack ( float value ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

KnockBack() public method

public KnockBack ( float value ) : void
value float
return void

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

baseKB public property

public float baseKB
return float

damage public property

public float damage
return float

equalTarget public property

public GameObject equalTarget
return GameObject

factors public property

public float factors
return float

health public property

public float health
return float

scaledKB public property

public float scaledKB
return float

weight public property

public float weight
return float