C# Class ItemInfo, CSharpGameFramework

게임 Item 데이터 내부통신을 위한 구조체.
Show file Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Properties

Property Type Description
assetGUID string
assetMetaPath string
assetPath string
dependencyAsset HashSet
itemType ItemType
usedByAsset HashSet

Property Details

assetGUID public property

public string assetGUID
return string

assetMetaPath public property

public string assetMetaPath
return string

assetPath public property

public string assetPath
return string

dependencyAsset public property

public HashSet dependencyAsset
return HashSet

itemType public property

public ItemType itemType
return ItemType

usedByAsset public property

public HashSet usedByAsset
return HashSet