Appearance
KBE3D / KBCore / materials / PolyAsphaltMaterialProperty
类: PolyAsphaltMaterialProperty
面状:柏油路面效果材质
继承
属性
options
options:
Record<string,any>
继承自
方法
getType()
getType(
time?:JulianDate):"PolyAsphalt"
获取材质名称
参数
time?
检索值的时间。
返回
"PolyAsphalt"
材质名称
重写了
getValue()
getValue(
time?:JulianDate,result?:any):any
获取所提供时间的属性值。
参数
time?
检索值的时间。
result?
any
用于存储值的对象,如果省略,则创建并返回一个新的实例。
返回
any
修改的result参数或一个新的实例(如果没有提供result参数)。
重写了
equals()
equals(
other?:Property):any
将此属性与提供的属性进行比较并返回, 如果两者相等返回true,否则为false
参数
other?
比较的对象
返回
any
两者是否为同一个对象
重写了
构造函数
构造函数
new PolyAsphaltMaterialProperty(
options?:PolyAsphaltMaterialPropertyOptions):PolyAsphaltMaterialProperty
参数
options?
PolyAsphaltMaterialPropertyOptions = {}
返回
PolyAsphaltMaterialProperty
重写了
BaseMaterialProperty.constructor
访问器
isConstant
Getter 签名
get isConstant():
boolean
返回
boolean
继承自
BaseMaterialProperty.isConstant
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args:any[]) =>void>
返回
Event<(...args: any[]) => void>
