Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IPanel.scaledPixelsPerPoint

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public float scaledPixelsPerPoint;

Description

Gives the current scaled pixels per point value of the panel.

Return the resulting scaling that considers all effective inputs like the screen scaling factor from the operating system and the customizable scaling factor. The screen scaling factor could be overriden in the editor settings by the user and is not available in the player. The customizable scaling factor is set in the panel settings for runtime UI and always set to 1 in the editor.