SKShaderTileMode Enum

Definition

Indications on how the shader should handle drawing outside the original bounds.

public enum SKShaderTileMode
Inheritance
SKShaderTileMode

Fields

Name Value Description
Clamp 0

Replicate the edge color.

Repeat 1

Repeat the shader's image horizontally and vertically.

Mirror 2

Repeat the shader's image horizontally and vertically, alternating mirror images so that adjacent images always seam.

Decal 3

Applies to