Appearance
xgis-cesium / WallImageTrailMaterialProperty
Class: WallImageTrailMaterialProperty
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:6
Extends
MaterialProperty
Constructors
new WallImageTrailMaterialProperty()
new WallImageTrailMaterialProperty(
options
):WallImageTrailMaterialProperty
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:7
Parameters
options
Returns
WallImageTrailMaterialProperty
Overrides
MaterialProperty.constructor
Properties
_color
_color:
any
Defined in: src/material/MaterialProperty.js:8
Inherited from
MaterialProperty._color
_colorSubscription
_colorSubscription:
any
Defined in: src/material/MaterialProperty.js:9
Inherited from
MaterialProperty._colorSubscription
_definitionChanged
_definitionChanged:
Event
<(...args
) =>void
>
Defined in: src/material/MaterialProperty.js:7
Inherited from
MaterialProperty._definitionChanged
_image
_image:
any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:9
_imageSubscription
_imageSubscription:
any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:10
_repeat
_repeat:
any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:11
_repeatSubscription
_repeatSubscription:
any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:12
_speed
_speed:
any
Defined in: src/material/MaterialProperty.js:10
Inherited from
MaterialProperty._speed
_speedSubscription
_speedSubscription:
any
Defined in: src/material/MaterialProperty.js:11
Inherited from
MaterialProperty._speedSubscription
color
color:
any
Defined in: src/material/MaterialProperty.js:14
Inherited from
MaterialProperty.color
image
image:
any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:13
repeat
repeat:
Cartesian2
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:14
speed
speed:
any
Defined in: src/material/MaterialProperty.js:15
Inherited from
MaterialProperty.speed
Accessors
definitionChanged
Get Signature
get definitionChanged():
Event
<(...args
) =>void
>
Defined in: src/material/MaterialProperty.js:22
Returns
Event
<(...args
) => void
>
Inherited from
MaterialProperty.definitionChanged
isConstant
Get Signature
get isConstant():
boolean
Defined in: src/material/MaterialProperty.js:18
Returns
boolean
Inherited from
MaterialProperty.isConstant
Methods
equals()
equals(
other
):any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:33
Parameters
other
any
Returns
any
Overrides
MaterialProperty.equals
getType()
getType(
time
):any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:20
Parameters
time
any
Returns
any
Overrides
MaterialProperty.getType
getValue()
getValue(
time
,result
):any
Defined in: src/material/property/wall/WallImageTrailMaterialProperty.js:24
Parameters
time
any
result
any
Returns
any
Overrides
MaterialProperty.getValue