Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes the object structure for the props unique to Flat materials.
type LkMatProps_Flat = {
color?: LkColor; // Color of the flat material.
opacity?: number; // Opacity of the flat material. Defaults to 1.
};
Types with similar roles.