m-gis核心库 / Material / CircleBlurMaterialProperty
类: CircleBlurMaterialProperty
定义于: material/property/circle/CircleBlurMaterialProperty.js:4
circle material property
继承
MaterialProperty
构造函数
构造函数
new CircleBlurMaterialProperty(
options?):CircleBlurMaterialProperty
定义于: material/property/circle/CircleBlurMaterialProperty.js:5
参数
options?
返回
CircleBlurMaterialProperty
重写了
MaterialProperty.constructor
属性
_color
_color:
any
定义于: material/MaterialProperty.js:6
继承自
MaterialProperty._color
_colorSubscription
_colorSubscription:
any
定义于: material/MaterialProperty.js:7
继承自
MaterialProperty._colorSubscription
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/MaterialProperty.js:5
继承自
MaterialProperty._definitionChanged
_speed
_speed:
any
定义于: material/MaterialProperty.js:8
继承自
MaterialProperty._speed
_speedSubscription
_speedSubscription:
any
定义于: material/MaterialProperty.js:9
继承自
MaterialProperty._speedSubscription
color
color:
any
定义于: material/MaterialProperty.js:10
继承自
MaterialProperty.color
speed
speed:
any
定义于: material/MaterialProperty.js:11
继承自
MaterialProperty.speed
访问器
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args) =>void>
定义于: material/MaterialProperty.js:18
返回
Event<(...args) => void>
继承自
MaterialProperty.definitionChanged
isConstant
Getter 签名
get isConstant():
boolean
定义于: material/MaterialProperty.js:14
返回
boolean
继承自
MaterialProperty.isConstant
方法
equals()
equals(
other):any
定义于: material/property/circle/CircleBlurMaterialProperty.js:20
参数
other
any
返回
any
重写了
MaterialProperty.equals
getType()
getType(
time):any
定义于: material/property/circle/CircleBlurMaterialProperty.js:9
参数
time
any
返回
any
重写了
MaterialProperty.getType
getValue()
getValue(
time,result):any
定义于: material/property/circle/CircleBlurMaterialProperty.js:13
参数
time
any
result
any
返回
any
重写了
MaterialProperty.getValue