Struct TextureUploadProperties
Definition
- Assembly:
- Tizen.NUI.dll
Structure to define properties for texture upload
public struct TextureUploadProperties
Properties
View SourceHeight
height of the rectangular area in the texture that will be updated.
Declaration
public uint Height { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Layer
The layer of a cube map or array texture.
Declaration
public uint Layer { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Mipmap
The level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image.
Declaration
public uint Mipmap { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Width
The width of the rectangular area in the texture that will be updated.
Declaration
public uint Width { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
XOffset
The horizontal offset of the rectangular area in the texture that will be updated.
Declaration
public uint XOffset { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
YOffset
The vertical offset of the rectangular area in the texture that will be updated.
Declaration
public uint YOffset { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| uint |