add Asset.id value to the Display Mapper docstring for LDR color grading LUT property

Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
This commit is contained in:
jromnoa
2021-11-30 15:26:18 -08:00
parent 79ac840246
commit c8a5f1b3eb
@@ -150,7 +150,7 @@ class AtomComponentProperties:
"""
Display Mapper component properties.
- 'LDR color Grading LUT' is the Low Definition Range (LDR) color grading for Look-up Textures (LUT) which is
typically a lighting asset file (i.e. test.lightingpreset.azasset set as a LDR color grading LUT).
an Asset.id value corresponding to a lighting asset file.
:param property: From the last element of the property tree path. Default 'name' for component name string.
:return: Full property path OR component name if no property specified.
"""