m-gis核心库 / Material / WallTrailMaterialProperty
类: WallTrailMaterialProperty
定义于: material/WallTrailMaterialProperty.js:8
构造函数
构造函数
new WallTrailMaterialProperty(
options):WallTrailMaterialProperty
定义于: material/WallTrailMaterialProperty.js:9
参数
options
any
返回
WallTrailMaterialProperty
属性
_color
_color:
any
定义于: material/WallTrailMaterialProperty.js:14
_colorSubscription
_colorSubscription:
any
定义于: material/WallTrailMaterialProperty.js:15
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/WallTrailMaterialProperty.js:11
_image
_image:
any
定义于: material/WallTrailMaterialProperty.js:12
_imageSubscription
_imageSubscription:
any
定义于: material/WallTrailMaterialProperty.js:13
_speed
_speed:
any
定义于: material/WallTrailMaterialProperty.js:16
_speedSubscription
_speedSubscription:
any
定义于: material/WallTrailMaterialProperty.js:17
color
color:
any
定义于: material/WallTrailMaterialProperty.js:18
image
image:
string
定义于: material/WallTrailMaterialProperty.js:20
speed
speed:
number
定义于: material/WallTrailMaterialProperty.js:19
访问器
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args) =>void>
定义于: material/WallTrailMaterialProperty.js:27
返回
Event<(...args) => void>
isConstant
Getter 签名
get isConstant():
boolean
定义于: material/WallTrailMaterialProperty.js:23
返回
boolean
方法
equals()
equals(
other):any
定义于: material/WallTrailMaterialProperty.js:55
参数
other
any
返回
any
getType()
getType(
time):any
定义于: material/WallTrailMaterialProperty.js:31
参数
time
any
返回
any
getValue()
getValue(
time,result):any
定义于: material/WallTrailMaterialProperty.js:35
参数
time
any
result
any
返回
any