Property NegativeSprite
NegativeSprite
The sprite representing this input for the AxisRange.Negative axis.
Declaration
public Sprite NegativeSprite { get; }
Property Value
Type | Description |
---|---|
Sprite |
Remarks
Does not fallback to FullSprite unlike GetSprite(AxisRange).
Will be null if negativeSprite is undefined.
You should usually use GetSprite(AxisRange) instead.