C# Класс 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
Наследование: ItemEquipment
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ArmorDef float
stat StatCollectionClass,

Открытые методы

Метод Описание
OnTriggerEnter2D ( Collider2D other ) : void

Описание методов

OnTriggerEnter2D() публичный Метод

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Результат void

Описание свойств

ArmorDef публичное свойство

public float ArmorDef
Результат float

stat публичное свойство

public StatCollectionClass, stat
Результат StatCollectionClass,