Class SpriteMask
Assembly: UnityEngine.dll
Syntax
public sealed class SpriteMask : Renderer
Properties
alphaCutoff
Declaration
public float alphaCutoff { get; set; }
Property Value
backSortingLayerID
Declaration
public int backSortingLayerID { get; set; }
Property Value
backSortingOrder
Declaration
public int backSortingOrder { get; set; }
Property Value
frontSortingLayerID
Declaration
public int frontSortingLayerID { get; set; }
Property Value
frontSortingOrder
Declaration
public int frontSortingOrder { get; set; }
Property Value
isCustomRangeActive
Declaration
public bool isCustomRangeActive { get; set; }
Property Value
sprite
Declaration
public Sprite sprite { get; set; }
Property Value
spriteSortPoint
Declaration
public SpriteSortPoint spriteSortPoint { get; set; }
Property Value
Extension Methods