C# 클래스 SimpleFramework.Manager.AssetBundleInfo

파일 보기 프로젝트 열기: QiuBuZai/UnityLuaFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_AssetBundle UnityEngine.AssetBundle
m_ReferencedCount int

공개 메소드들

메소드 설명
AssetBundleInfo ( AssetBundle assetBundle ) : UnityEngine

메소드 상세

AssetBundleInfo() 공개 메소드

public AssetBundleInfo ( AssetBundle assetBundle ) : UnityEngine
assetBundle UnityEngine.AssetBundle
리턴 UnityEngine

프로퍼티 상세

m_AssetBundle 공개적으로 프로퍼티

public AssetBundle,UnityEngine m_AssetBundle
리턴 UnityEngine.AssetBundle

m_ReferencedCount 공개적으로 프로퍼티

public int m_ReferencedCount
리턴 int