Materials Editor API¶
Material creation and editing UI for NIST and custom materials.
MaterialsEditor(props) ⇒ JSX.Element¶
Material editor for browsing, creating, and updating material definitions.
Kind: global function
Returns: JSX.Element - Materials editor UI.
Params
- props
Object- Component props.- .materials
Object- Material map keyed by material name. - .onUpdateMaterials
function- Callback that receives updated materials.
- .materials