C# Class SimpleFramework.Manager.AssetBundleInfo

ファイルを表示 Open project: QiuBuZai/UnityLuaFramework Class Usage Examples

Public Properties

Property Type Description
m_AssetBundle UnityEngine.AssetBundle
m_ReferencedCount int

Public Methods

Method Description
AssetBundleInfo ( AssetBundle assetBundle ) : UnityEngine

Method Details

AssetBundleInfo() public method

public AssetBundleInfo ( AssetBundle assetBundle ) : UnityEngine
assetBundle UnityEngine.AssetBundle
return UnityEngine

Property Details

m_AssetBundle public_oe property

public AssetBundle,UnityEngine m_AssetBundle
return UnityEngine.AssetBundle

m_ReferencedCount public_oe property

public int m_ReferencedCount
return int