Home
last modified time | relevance | path

Searched refs:slotIndex_ (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dtextureinfo_impl.cpp64 uint32_t slotIndex_; member in __anon9840::TextureInfoImpl
78 slotIndex_ = params->GetPropertyByName<uint32_t>("textureSlotIndex")->GetValue();
82 if (slotIndex_ < BASE_NS::countof(TextureIndexName)) {
83 textureSlotName = TextureIndexName[slotIndex_];
85 textureSlotName = "TextureSlot_" + BASE_NS::to_string(slotIndex_);
105 const auto& curVal = array_->GetValueAt(slotIndex_); in ArrayChanged()
127 auto curVal = array_->GetValueAt(slotIndex_); in ImageChanged()
131 array_->SetValueAt(slotIndex_, curVal); in ImageChanged()
138 auto curVal = array_->GetValueAt(slotIndex_); in FactorChanged()
140 array_->SetValueAt(slotIndex_, curVa in FactorChanged()
[all...]

Completed in 1 milliseconds