WorldTextureSlots(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
WorldTextureSlots
(bpy_struct)¶ Collection of texture slots
-
classmethod
add
()¶ add
Returns: The newly initialized mtex Return type: WorldTextureSlot
-
classmethod
create
(index)¶ create
Parameters: index (int in [0, inf]) – Index, Slot index to initialize Returns: The newly initialized mtex Return type: WorldTextureSlot
-
classmethod
clear
(index)¶ clear
Parameters: index (int in [0, inf]) – Index, Slot index to clear
-
classmethod
Inherited Properties
Inherited Functions
References