Python API
---------- Bgfix #7386: added support for texture flags TEX_PRV_ALPHA, TEX_REPEAT_XMIR and TEX_REPEAT_YMIR to tex.flags attribute.
This commit is contained in:
@@ -60,6 +60,9 @@ Example::
|
||||
- CHECKER_ODD - Fill the "odd" checkerboard tiles
|
||||
- CHECKER_EVEN - Fill the "even" checkerboard tiles
|
||||
- COLORBAND - Enable colorband for this texture
|
||||
- PREVIEW_ALPHA - Show alpha in preview
|
||||
- REPEAT_XMIR - Mirrors X direction repeat
|
||||
- REPEAT_YMIR - Mirrors Y direction repeat
|
||||
|
||||
@type ImageFlags: readonly dictionary
|
||||
@var ImageFlags: The available image flags for Texture.imageFlags:
|
||||
|
||||
Reference in New Issue
Block a user