Home
last modified time | relevance | path

Searched refs:m_IsDistanceAttenuationEnabled (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResLight.h103 nw::ut::ResF32 m_IsDistanceAttenuationEnabled; member
461 … bool IsDistanceAttenuationEnabled() const { return ref().m_IsDistanceAttenuationEnabled != 0.0f; } in NW_RES_CTOR_INHERIT()
470 ref().m_IsDistanceAttenuationEnabled = enable ? 1.0f : 0.0f; in SetDistanceAttenuationEnabled()