Stores the list of user keywords for the Material and the Image Clip. The list is represented as a single comma-delimited string containing all user keywords defined for the object.
This template can be a child of either the XSI_Material or the XSI_Image templates.
![]()
|
This template corresponds to the CSLXSIUserKeyword class. |
6.0
XSI_UserKeyword { <list> // comma-separated string }
SI_MaterialLibrary DefaultLib {
1,
XSI_Material Scene_Material {
...
XSI_UserKeyword {
"MyMatKeyword1,MyMatKeyword2,MyMatKeyword3",
}
}
}XSI_ImageLibrary {
1,
XSI_Image noIcon_pic {
...
XSI_UserKeyword {
"MyImageClipKeyword1,MyImageClipKeyword2,MyImageClipKeyword3",
}
}
}Autodesk Crosswalk v3.3