Skip to content

KBE3D / KBCore / materials / EllipsoidElectricMaterialProperty

类: EllipsoidElectricMaterialProperty

球体: 电弧球体效果材质

继承

属性

options

options: Record<string, any>

继承自

BaseMaterialProperty.options

方法

getType()

getType(time?: JulianDate): "EllipsoidElectric"

获取材质名称

参数

time?

JulianDate

检索值的时间。

返回

"EllipsoidElectric"

材质名称

重写了

BaseMaterialProperty.getType


getValue()

getValue(time?: JulianDate, result?: any): any

获取所提供时间的属性值。

参数

time?

JulianDate

检索值的时间。

result?

any

用于存储值的对象,如果省略,则创建并返回一个新的实例。

返回

any

修改的result参数或一个新的实例(如果没有提供result参数)。

重写了

BaseMaterialProperty.getValue


equals()

equals(other?: Property): any

将此属性与提供的属性进行比较并返回, 如果两者相等返回true,否则为false

参数

other?

Property

比较的对象

返回

any

两者是否为同一个对象

重写了

BaseMaterialProperty.equals

构造函数

构造函数

new EllipsoidElectricMaterialProperty(options?: EllipsoidElectricMaterialPropertyOptions): EllipsoidElectricMaterialProperty

参数

options?

EllipsoidElectricMaterialPropertyOptions = {}

返回

EllipsoidElectricMaterialProperty

重写了

BaseMaterialProperty.constructor

访问器

isConstant

Getter 签名

get isConstant(): boolean

返回

boolean

继承自

BaseMaterialProperty.isConstant


definitionChanged

Getter 签名

get definitionChanged(): Event<(...args: any[]) => void>

返回

Event<(...args: any[]) => void>

继承自

BaseMaterialProperty.definitionChanged

KBE3D @3.0.0 Copyright © 2024-present KBE3D