Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ItemArmor
C# Class ItemArmor, TimeTeamProject
This class represents armors. Armors have the code representing how the armor was made, what type of armor they are, and the attribute of the armor
Inheritance:
ItemEquipment
Datei anzeigen
Open project: cmpt360/TimeTeamProject
Class Usage Examples
Public Properties
Property
Type
Description
ArmorDef
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
ArmorDef
public_oe property
public
float
ArmorDef
return
float
stat
public_oe property
public
StatCollectionClass,
stat
return
StatCollectionClass,