 | BuildSettingsAndroidBundleVersionCode Property |
Bundle version code of android package.
Namespace: Slash.Unity.Editor.Common.BuildAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic int BundleVersionCode { get; set; }
Public Property BundleVersionCode As Integer
Get
Set
public:
property int BundleVersionCode {
int get ();
void set (int value);
}
member BundleVersionCode : int with get, set
Property Value
Type:
Int32
See Also