Version: 2019.4
LanguageEnglish
  • C#

SpriteRenderer.maskInteraction

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

Switch to Manual
public SpriteMaskInteraction maskInteraction;

Description

Specifies how the sprite interacts with the masks.

Sprites by default do not interact with Sprite Masks, and remain at their original visibility even when overlapping masks. Set this value to either VisibleInsideMask or VisibleOutsideMask to have the Sprites interact with Sprite Masks. Set this value to VisibleInsideMask to have the Sprite visible within a mask, and set to VisibleOutsideMask to achieve the inverse effect.