UvSlot#
(Uv Slot)
- Abstract Class
- Default object name:
uv_slot
- Inherits from: ProjectItem
No corresponding User page.
Description#
Define a UV object for each UV found in a geometry. Ex: the Cube geometry defines 2 UVs therefore, 2 UV slots. This UV slots are referenced by textures to specify which UV map is used by the texture.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
long |
index |
VISUAL_HINT_DEFAULT |
The UV map index bound mapped by the UV slot. |
CID#
class "UvSlot" "ProjectItem" {
abstract yes
#version 0.9
icon "../icons/object_icons/uv_slot.iconrc"
doc "Define a UV object for each UV found in a geometry. Ex: the Cube geometry defines 2 UVs therefore, 2 UV slots. This UV slots are referenced by textures to specify which UV map is used by the texture."
long "index" {
doc "The UV map index bound mapped by the UV slot."
read_only yes
value -1
}
}