C# 클래스 ItemInfo, CSharpGameFramework

게임 Item 데이터 내부통신을 위한 구조체.
파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
assetGUID string
assetMetaPath string
assetPath string
dependencyAsset HashSet
itemType ItemType
usedByAsset HashSet

프로퍼티 상세

assetGUID 공개적으로 프로퍼티

public string assetGUID
리턴 string

assetMetaPath 공개적으로 프로퍼티

public string assetMetaPath
리턴 string

assetPath 공개적으로 프로퍼티

public string assetPath
리턴 string

dependencyAsset 공개적으로 프로퍼티

public HashSet dependencyAsset
리턴 HashSet

itemType 공개적으로 프로퍼티

public ItemType itemType
리턴 ItemType

usedByAsset 공개적으로 프로퍼티

public HashSet usedByAsset
리턴 HashSet