m-gis核心库 / Material / PolygonFadeMaterialProperty
类: PolygonFadeMaterialProperty
定义于: material/PolygonFadeMaterialProperty.js:4
构造函数
构造函数
new PolygonFadeMaterialProperty(
options):PolygonFadeMaterialProperty
定义于: material/PolygonFadeMaterialProperty.js:5
参数
options
any
返回
PolygonFadeMaterialProperty
属性
_color
_color:
any
定义于: material/PolygonFadeMaterialProperty.js:8
_colorSubscription
_colorSubscription:
any
定义于: material/PolygonFadeMaterialProperty.js:9
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/PolygonFadeMaterialProperty.js:7
_gradient
_gradient:
any
定义于: material/PolygonFadeMaterialProperty.js:10
_gradientSubscription
_gradientSubscription:
any
定义于: material/PolygonFadeMaterialProperty.js:11
color
color:
any
定义于: material/PolygonFadeMaterialProperty.js:12
gradient
gradient:
any
定义于: material/PolygonFadeMaterialProperty.js:13
访问器
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args) =>void>
定义于: material/PolygonFadeMaterialProperty.js:20
返回
Event<(...args) => void>
isConstant
Getter 签名
get isConstant():
boolean
定义于: material/PolygonFadeMaterialProperty.js:16
返回
boolean
方法
equals()
equals(
other):any
定义于: material/PolygonFadeMaterialProperty.js:37
参数
other
any
返回
any
getType()
getType(
time):any
定义于: material/PolygonFadeMaterialProperty.js:24
参数
time
any
返回
any
getValue()
getValue(
time,result):any
定义于: material/PolygonFadeMaterialProperty.js:28
参数
time
any
result
any
返回
any