C# Class ItemInfo, CSharpGameFramework

게임 Item 데이터 내부통신을 위한 구조체.
Datei anzeigen 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_oe property

public string assetGUID
return string

assetMetaPath public_oe property

public string assetMetaPath
return string

assetPath public_oe property

public string assetPath
return string

dependencyAsset public_oe property

public HashSet dependencyAsset
return HashSet

itemType public_oe property

public ItemType itemType
return ItemType

usedByAsset public_oe property

public HashSet usedByAsset
return HashSet