Version: 2021.3
언어: 한국어
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.