C# Class ItemInfo, CSharpGameFramework

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

Méthodes publiques

Свойство Type Description
assetGUID string
assetMetaPath string
assetPath string
dependencyAsset HashSet
itemType ItemType
usedByAsset HashSet

Property Details

assetGUID public_oe property

public string assetGUID
Résultat string

assetMetaPath public_oe property

public string assetMetaPath
Résultat string

assetPath public_oe property

public string assetPath
Résultat string

dependencyAsset public_oe property

public HashSet dependencyAsset
Résultat HashSet

itemType public_oe property

public ItemType itemType
Résultat ItemType

usedByAsset public_oe property

public HashSet usedByAsset
Résultat HashSet