Version: 2020.2
言語: 日本語
public void SetIsVariant (bool value);

説明

Sets whether this Sprite Atlas is a Variant or not.

A Variant does not repack a new Texture from the packable list. Instead, it duplicates the Master Atlas's packed Texture and downscale it by the SpriteAtlasExtensions.SetVariantMultiplier and saves this scaled Texture. See Also: SpriteAtlasExtensions.SetMasterAtlas.