Package com.banuba.sdk.internal.gl
Interface Scalable
-
- All Known Implementing Classes:
GLScalableRect
,GLScalableRectTexture
public interface Scalable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOffset(float offsetX, float offsetY)
void
setPosition(float posX, float posY)
void
setRotation(float angle)
void
setScale(float scaleX, float scaleY)
-