Skip to content

m-gis核心库 v0.4.4


m-gis核心库 / Material / CircleWaveMaterialProperty

类: CircleWaveMaterialProperty

定义于: material/property/circle/CircleWaveMaterialProperty.js:4

继承

  • MaterialProperty

构造函数

构造函数

new CircleWaveMaterialProperty(options?): CircleWaveMaterialProperty

定义于: material/property/circle/CircleWaveMaterialProperty.js:5

参数

options?

返回

CircleWaveMaterialProperty

重写了

MaterialProperty.constructor

属性

_color

_color: any

定义于: material/MaterialProperty.js:6

继承自

MaterialProperty._color


_colorSubscription

_colorSubscription: any

定义于: material/MaterialProperty.js:7

继承自

MaterialProperty._colorSubscription


_definitionChanged

_definitionChanged: Event<(...args) => void>

定义于: material/MaterialProperty.js:5

继承自

MaterialProperty._definitionChanged


_speed

_speed: any

定义于: material/MaterialProperty.js:8

继承自

MaterialProperty._speed


_speedSubscription

_speedSubscription: any

定义于: material/MaterialProperty.js:9

继承自

MaterialProperty._speedSubscription


color

color: any

定义于: material/MaterialProperty.js:10

继承自

MaterialProperty.color


count

count: number

定义于: material/property/circle/CircleWaveMaterialProperty.js:7


gradient

gradient: number

定义于: material/property/circle/CircleWaveMaterialProperty.js:8


speed

speed: any

定义于: material/MaterialProperty.js:11

继承自

MaterialProperty.speed

访问器

definitionChanged

Getter 签名

get definitionChanged(): Event<(...args) => void>

定义于: material/property/circle/CircleWaveMaterialProperty.js:15

返回

Event<(...args) => void>

重写了

MaterialProperty.definitionChanged


isConstant

Getter 签名

get isConstant(): boolean

定义于: material/property/circle/CircleWaveMaterialProperty.js:11

返回

boolean

重写了

MaterialProperty.isConstant

方法

equals()

equals(other): any

定义于: material/property/circle/CircleWaveMaterialProperty.js:34

参数

other

any

返回

any

重写了

MaterialProperty.equals


getType()

getType(time): any

定义于: material/property/circle/CircleWaveMaterialProperty.js:19

参数

time

any

返回

any

重写了

MaterialProperty.getType


getValue()

getValue(time, result): any

定义于: material/property/circle/CircleWaveMaterialProperty.js:23

参数

time

any

result

any

返回

any

重写了

MaterialProperty.getValue

MGis 地理三维库