C# 클래스 UnityEditor.AssetBundleBuild

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

공개 프로퍼티들

프로퍼티 타입 설명
assetBundleName string
assetBundleVariant string
assetNames string[]

프로퍼티 상세

assetBundleName 공개적으로 프로퍼티

AssetBundle name.

public string assetBundleName
리턴 string

assetBundleVariant 공개적으로 프로퍼티

AssetBundle variant.

public string assetBundleVariant
리턴 string

assetNames 공개적으로 프로퍼티

Asset names which belong to the given AssetBundle.

public string[] assetNames
리턴 string[]