check
Code copied to clipboard.
close
menu
menu_open
menu

LkMatProps_Flat

Describes the object structure for the props unique to Flat materials.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

type LkMatProps_Flat = {

   color?: LkColor; // Color of the flat material.

   opacity?: number; // Opacity of the flat material. Defaults to 1.

 };

Related Components

Components that use this type.

Related Types

Types with similar roles.