Padding | iOS SDK | Urbi Documentation

Padding

Padding the edges of the camera.

public init(
    left: UInt32 = 0,
    top: UInt32 = 0,
    right: UInt32 = 0,
    bottom: UInt32 = 0
)
Parameters
left
top
right
bottom
Properties

Padding from left to inside.

Padding from top to bottom inward.

Padding right inward.

Padding at bottom inward.