| 108 | } |
| 109 | |
| 110 | pxr::VtValue HnTaskManager::TaskParamsDelegate::GetLightParamValue(const pxr::SdfPath& Id, |
| 111 | const pxr::TfToken& ParamName) |
| 112 | { |
| 113 | return Get(Id, ParamName); |
| 114 | } |
| 115 | |
| 116 | bool HnTaskManager::TaskParamsDelegate::IsEnabled(const pxr::TfToken& Option) const |
| 117 | { |
no outgoing calls
no test coverage detected