Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPadding(Sprite)

Return the padding on the sprite.
Read time 1 minuteLast updated 6 days ago

Definition

public static Vector4 GetPadding(Sprite sprite)

Parameters

sprite

Returns

Type

Description

Vector4

Remarks

If the sprite has been packed it is possible that edges have been cliped from the source sprite. This will give the edge clipped size in pixels for each edge (x=left, y=bottom, z=right, w=top).