C# Class ItemSword, TimeTeamProject

Inheritance: MonoBehaviour
显示文件 Open project: cmpt360/TimeTeamProject Class Usage Examples

Public Properties

Property Type Description
SwordDamage float
stat StatCollectionClass,

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Property Details

SwordDamage public_oe property

public float SwordDamage
return float

stat public_oe property

public StatCollectionClass, stat
return StatCollectionClass,