public interface IRenderPassDataTransformation extends IRenderPassDataTransformation
Note: This interface and implementors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
ScaleTransformationBase
,
TranslateXTransformation
Modifier and Type | Method and Description |
---|---|
void |
onAnimationEnd()
Notifies the end of the associated animation.
|
void |
onAnimationStart(float initialValue)
Notifies the start of the associated animation.
|
void |
setCurrentProgress(float currentProgress)
Set's current value, according to which, associated render pass data will be transformed.
|
onRenderPassDataChanged, transform
void setCurrentProgress(float currentProgress)
Note: This is used for animations purposes.
currentProgress
- The new value.void onAnimationStart(float initialValue)
initialValue
- The initial value of the associated animation.void onAnimationEnd()