Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetIsVariant(bool)

Sets whether this Sprite Atlas is a Variant or not.
Read time 1 minuteLast updated 11 days ago

Definition

public void SetIsVariant(bool value)

Parameters

value

Remarks

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 SetVariantMultiplier and saves this scaled Texture. Additional Resources: SpriteAtlasExtensions.SetMasterAtlas.