m-gis核心库 / Material / PolylineFlowMaterialProperty
类: PolylineFlowMaterialProperty
定义于: material/PolylineFlowMaterialProperty.js:5
构造函数
构造函数
new PolylineFlowMaterialProperty(
options):PolylineFlowMaterialProperty
定义于: material/PolylineFlowMaterialProperty.js:6
参数
options
any
返回
PolylineFlowMaterialProperty
属性
_color
_color:
any
定义于: material/PolylineFlowMaterialProperty.js:9
_colorSubscription
_colorSubscription:
any
定义于: material/PolylineFlowMaterialProperty.js:10
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/PolylineFlowMaterialProperty.js:8
_speed
_speed:
any
定义于: material/PolylineFlowMaterialProperty.js:12
_speedSubscription
_speedSubscription:
any
定义于: material/PolylineFlowMaterialProperty.js:13
color
color:
any
定义于: material/PolylineFlowMaterialProperty.js:11
speed
speed:
number
定义于: material/PolylineFlowMaterialProperty.js:14
访问器
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args) =>void>
定义于: material/PolylineFlowMaterialProperty.js:21
返回
Event<(...args) => void>
isConstant
Getter 签名
get isConstant():
boolean
定义于: material/PolylineFlowMaterialProperty.js:17
返回
boolean
方法
equals()
equals(
other):any
定义于: material/PolylineFlowMaterialProperty.js:49
参数
other
any
返回
any
getType()
getType(
time):any
定义于: material/PolylineFlowMaterialProperty.js:25
参数
time
any
返回
any
getValue()
getValue(
time,result):any
定义于: material/PolylineFlowMaterialProperty.js:29
参数
time
any
result
any
返回
any