影响材质的样式

Hierarchy

  • GuideLineMaterialStyle

Properties

background_color?: string

背景颜色

background_opacity?: number

背景透明度

border_color?: string

边框颜色

border_opacity?: number

边框透明度

color?: string

hex 颜色

opacity?: number

透明度

texture?: {
    url: string;
}

贴图

Type declaration

  • url: string

    贴图地址

visible?: boolean

是否可见