ProceduralSky.TextureSize/textureSize - multiple declarations
Function ProceduralSky.textureSize
Size of Texture
that the ProceduralSky will generate. The size is set using texturesize
.
ProceduralSky . TextureSize textureSize() nothrow @property @nogc;
void textureSize
(
long v
) nothrow @property @nogc;
Enum ProceduralSky.TextureSize
enum TextureSize
: int { ... }
Enum members
Name | Description |
---|---|
textureSize1024
|
Sky texture will be 1024x512. This is the default size. |
textureSize2048
|
Sky texture will be 2048x1024. |
textureSize256
|
Sky texture will be 256x128. |
textureSize4096
|
Sky texture will be 4096x2048. |
textureSize512
|
Sky texture will be 512x256. |
textureSizeMax
|
Represents the size of the texturesize enum.
|