C# 클래스 Assets.Scripts.Services.LootItems.LootItem

파일 보기 프로젝트 열기: maximecharron/GLO-3002-Frima 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
itemSubType LootItemSubType
itemType LootItemType

공개 메소드들

메소드 설명
LootItem ( string name, Sprite iconSprite, System.TimeSpan effectDuration ) : System

비공개 메소드들

메소드 설명
UpdateUsageStartTimeDelta ( float value ) : void

메소드 상세

LootItem() 공개 메소드

public LootItem ( string name, Sprite iconSprite, System.TimeSpan effectDuration ) : System
name string
iconSprite UnityEngine.Sprite
effectDuration System.TimeSpan
리턴 System

프로퍼티 상세

itemSubType 보호되어 있는 프로퍼티

protected LootItemSubType itemSubType
리턴 LootItemSubType

itemType 보호되어 있는 프로퍼티

protected LootItemType itemType
리턴 LootItemType