LampTextureSlots(bpy_struct)

base class — bpy_struct

class bpy.types.LampTextureSlots(bpy_struct)

Collection of texture slots

classmethod add()

add

Returns:The newly initialized mtex
Return type:LampTextureSlot
classmethod create(index)

create

Parameters:index (int in [0, inf]) – Index, Slot index to initialize
Returns:The newly initialized mtex
Return type:LampTextureSlot
classmethod clear(index)

clear

Parameters:index (int in [0, inf]) – Index, Slot index to clear

Inherited Properties

Inherited Functions

References