-
Notifications
You must be signed in to change notification settings - Fork 42
S_TextureFade
DummkopfOfHachtenduden edited this page Sep 19, 2021
·
1 revision
Fades a texture in and out.
Nr | Name | Type | Value range |
---|---|---|---|
1. | Name | string | |
2. | HorizontalAchor01 | enum | POS_LEFT, POS_CENTER or POS_RIGHT |
3. | VerticalAchor01 | enum | POS_TOP, POS_CENTER or POS_BOTTOM |
4. | HorizontalAchor02 | enum | POS_LEFT, POS_CENTER or POS_RIGHT |
5. | VerticalAchor02 | enum | POS_TOP, POS_CENTER or POS_BOTTOM |
6. | Width | int | |
7. | Height | int | |
8. | Left | int | |
9. | Top | int | |
10. | FadeInDuration | float | in seconds |
11. | DisplayDuration | float | in seconds |
12. | FadeOutDuration | float | in seconds |
13. | TexturePath | string | "path\to\texture.ddj" |