Appearance
xgis-cesium / CircleWaveMaterialProperty
Class: CircleWaveMaterialProperty
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:6
Extends
MaterialProperty
Constructors
new CircleWaveMaterialProperty()
new CircleWaveMaterialProperty(
options
):CircleWaveMaterialProperty
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:7
Parameters
options
Returns
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
_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
count
count:
number
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:9
gradient
gradient:
number
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:10
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/property/circle/CircleWaveMaterialProperty.js:17
Returns
Event
<(...args
) => void
>
Overrides
MaterialProperty.definitionChanged
isConstant
Get Signature
get isConstant():
boolean
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:13
Returns
boolean
Overrides
MaterialProperty.isConstant
Methods
equals()
equals(
other
):any
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:36
Parameters
other
any
Returns
any
Overrides
MaterialProperty.equals
getType()
getType(
time
):any
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:21
Parameters
time
any
Returns
any
Overrides
MaterialProperty.getType
getValue()
getValue(
time
,result
):any
Defined in: src/material/property/circle/CircleWaveMaterialProperty.js:25
Parameters
time
any
result
any
Returns
any
Overrides
MaterialProperty.getValue