Sprite Factory

ReadMe
Release Notes
Overview
Using the Editor
Upgrading

Concepts
Sprites
Master Sprites
Sprite Groups
Colliders
Locators
Material Sets
SpriteUpdater
SpriteCamera

Advanced
Working in Multiple Projects

Classes
Runtime Classes

Videos
Overview
Creating Sprites
Sprite Inspector
Frame Events
Collision System
Locator System
Material Sets

Links
Sprite Factory Site
Web Documentation
Support
Contact

SpriteFactory.Sprite.Locator.BatchScaleChildren

C#: void BatchScaleChildren (Vector3 scale)
JS: function BatchScaleChildren (scale : Vector3) : void

Description
Batch scale all children of locator.

This is for internal use only when chaning the scale on a sprite that uses batch scaling. You should never need to call this function.