SpriteFactory.Sprite.batchScale
Property: Read/Write
C#: Vector3 batchScale
JS: batchScale : Vector3
Description
The scale when useBatchScaling = True. Modifying this during gameplay allows you to change the Sprite's scale without breaking draw call batching.
Important - During gameplay, always use this instead of modifying the transform scale if useBatchScaling is True.
See Also
useBatchScaling
SetUseBatchScaling