-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.image.use.KeepPreviousFrame
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Implements a double buffer to keep the previous image. This can be useful for effects that rely on image change comparison, like motion estimation.
| Name (Relevancy & Type) | Description |
|---|---|
| Image (Texture2D) | - |
| Enable (Boolean) | - |
| HasFrameChanged (Boolean) | - |
| Name | Type |
|---|---|
| TextureA | T3.Core.DataTypes.Texture2D |
| TextureB | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.