SetSnapChatStickerSettings
Description
Sets the properties for any sticker images that are added to future calls to ShareSnapChatImage. The X and Y parameters should be in the range 0.0 to 1.0 for example in the X direction 1.0 is the far right of the image and 0.0 is the far left of the image.
Definition
SetSnapChatStickerSettings( x, y, width, height, angle )
void agk::SetSnapChatStickerSettings( float x, float y, int width, int height, float angle )
Parameters
- x - The X position of the sticker, default 0.5
- y - The Y position of the sticker, default 0.5
- width - The width of the sticker, default 250
- height - The height of the sticker, default 250
- angle - The angle of the sticker, default 0