Property BundleMode
BundleMode
Controls how bundles are packed. If set to PackTogether, a single asset bundle will be created for the entire group, with the exception of scenes, which are packed in a second bundle. If set to PackSeparately, an asset bundle will be created for each entry in the group; in the case that an entry is a folder, one bundle is created for the folder and all of its sub entries.
선언
public BundledAssetGroupSchema.BundlePackingMode BundleMode { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
BundledAssetGroupSchema.BundlePackingMode |