Skip to main content

SUICircularMask

class SUICircularMask

They are used to show or hide in a circular fashion certain parts of a SUIImage.

See the SUICircularMask component topic to learn more about SUICircularMask.


public class SUICircularMask extends Component

— Constructors (1) —

ConstructorDescription
SUICircularMask()Creates a new SUICircularMask.

— Methods (8) —

NameDescription
float getRotation()Returns the current rotation of the SUICircularMask.
void setRotation(float value)Sets the current rotation of the SUICircularMask to be "value" argument.
float getLength()Returns the current length of the SUICircularMask.
void setLength(float value)Sets the current length of the SUICircularMask to be "value" argument.
float getSmooth()Returns the current smoothing of the SUICircularMask.
void setSmooth(float value)Sets the current smoothing of the SUICircularMask to be "value" argument.
[Texture] getImage()Returns the current texture of the SUICircularMask.
void setImage([Texture] texture)Sets the current texture of the SUICircularMask to be "texture" argument.