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.SpriteCamera.renderAtActualPixelSize

C#: bool renderAtActualPixelSize
JS: renderAtActualPixelSize : boolean

Description
Size camera to render Sprites so 1 texel equals 1 pixel on screen. The camera must be orthographic for this to work. If the camera is not set to orthographic, it will be changed automatically but you will receive a warning in the editor.

If you're setting this value during gameplay, it's better to call SetCameraToActualPixelSize instead because the change takes place immediately.

See Also
SetCameraToActualPixelSize
RevertCameraSize