Image
Represents a 2D or cubemap image. The component is useful to make cubemap textures from 6 2D images.
Properties| Name
| Description
|
|---|
| Load File
| File name to load a texture from.
|
| Load Cube Negative X
| File name to load a cube texture from, Negative X side.
|
| Load Cube Negative Y
| File name to load a cube texture from, Negative Y side.
|
| Load Cube Negative Z
| File name to load a cube texture from, Negative Z side.
|
| Load Cube Positive X
| File name to load a cube texture from, Positive X side.
|
| Load Cube Positive Y
| File name to load a cube texture from, Positive Y side.
|
| Load Cube Positive Z
| File name to load a cube texture from, Positive Z side.
|
| Create Format
| The format of a texture being created.
|
| Create Type
| The type of texture being created.
|
| Create Size
| The size of a texture being created.
|
| Create Depth
| The number of depth levels of a texture being created.
|
| Create Array Layers
| The number of layers of a texture being created.
|
| Create Mipmaps
| Whether to create mip levels.
|
| Create Usage
| Specifies texture creation flags.
|
| Create FSAA
| Enables Full Screen Anti-Aliasing.
|
See also