m-gis核心库 / Material / WallImageTrailMaterialProperty
类: WallImageTrailMaterialProperty
定义于: material/WallImageTrailMaterialProperty.js:6
继承
MaterialProperty
构造函数
构造函数
new WallImageTrailMaterialProperty(
options?):WallImageTrailMaterialProperty
定义于: material/WallImageTrailMaterialProperty.js:7
参数
options?
返回
WallImageTrailMaterialProperty
重写了
MaterialProperty.constructor
属性
_color
_color:
any
定义于: material/MaterialProperty.js:6
继承自
WallImageTrailMaterialProperty._color
_colorSubscription
_colorSubscription:
any
定义于: material/MaterialProperty.js:7
继承自
MaterialProperty._colorSubscription
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/MaterialProperty.js:5
继承自
MaterialProperty._definitionChanged
_image
_image:
any
定义于: material/WallImageTrailMaterialProperty.js:9
_imageSubscription
_imageSubscription:
any
定义于: material/WallImageTrailMaterialProperty.js:10
_repeat
_repeat:
any
定义于: material/WallImageTrailMaterialProperty.js:11
_repeatSubscription
_repeatSubscription:
any
定义于: material/WallImageTrailMaterialProperty.js:12
_speed
_speed:
any
定义于: material/MaterialProperty.js:8
继承自
CircleBlurMaterialProperty._speed
_speedSubscription
_speedSubscription:
any
定义于: material/MaterialProperty.js:9
继承自
MaterialProperty._speedSubscription
color
color:
any
定义于: material/MaterialProperty.js:10
继承自
MaterialProperty.color
image
image:
any
定义于: material/WallImageTrailMaterialProperty.js:13
repeat
repeat:
Cartesian2
定义于: material/WallImageTrailMaterialProperty.js:14
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/WallImageTrailMaterialProperty.js:33
参数
other
any
返回
any
重写了
MaterialProperty.equals
getType()
getType(
time):any
定义于: material/WallImageTrailMaterialProperty.js:20
参数
time
any
返回
any
重写了
MaterialProperty.getType
getValue()
getValue(
time,result):any
定义于: material/WallImageTrailMaterialProperty.js:24
参数
time
any
result
any
返回
any
重写了
MaterialProperty.getValue