m-gis核心库 / Material / RimLightingMaterialProperty
类: RimLightingMaterialProperty
定义于: material/RimLightingMaterialProperty.js:3
构造函数
构造函数
new RimLightingMaterialProperty(
options):RimLightingMaterialProperty
定义于: material/RimLightingMaterialProperty.js:4
参数
options
any
返回
RimLightingMaterialProperty
属性
_color
_color:
any
定义于: material/RimLightingMaterialProperty.js:7
_colorSubscription
_colorSubscription:
any
定义于: material/RimLightingMaterialProperty.js:8
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/RimLightingMaterialProperty.js:6
_rimColor
_rimColor:
any
定义于: material/RimLightingMaterialProperty.js:10
_rimColorSubscription
_rimColorSubscription:
any
定义于: material/RimLightingMaterialProperty.js:11
_width
_width:
any
定义于: material/RimLightingMaterialProperty.js:13
_widthSubscription
_widthSubscription:
any
定义于: material/RimLightingMaterialProperty.js:14
color
color:
any
定义于: material/RimLightingMaterialProperty.js:9
rimColor
rimColor:
any
定义于: material/RimLightingMaterialProperty.js:12
width
width:
any
定义于: material/RimLightingMaterialProperty.js:15
访问器
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args) =>void>
定义于: material/RimLightingMaterialProperty.js:22
返回
Event<(...args) => void>
isConstant
Getter 签名
get isConstant():
boolean
定义于: material/RimLightingMaterialProperty.js:18
返回
boolean
方法
equals()
equals(
other):any
定义于: material/RimLightingMaterialProperty.js:40
参数
other
any
返回
any
getType()
getType(
time):string
定义于: material/RimLightingMaterialProperty.js:26
参数
time
any
返回
string
getValue()
getValue(
time,result):any
定义于: material/RimLightingMaterialProperty.js:30
参数
time
any
result
any
返回
any