m-gis核心库 / Material / WaterMaterialProperty
类: WaterMaterialProperty
定义于: material/WaterMaterialProperty.js:3
构造函数
构造函数
new WaterMaterialProperty(
options):WaterMaterialProperty
定义于: material/WaterMaterialProperty.js:4
参数
options
any
返回
WaterMaterialProperty
属性
_baseWaterColor
_baseWaterColor:
any
定义于: material/WaterMaterialProperty.js:7
_baseWaterColorSubscription
_baseWaterColorSubscription:
any
定义于: material/WaterMaterialProperty.js:8
_blendColor
_blendColor:
any
定义于: material/WaterMaterialProperty.js:11
_blendColorSubscription
_blendColorSubscription:
any
定义于: material/WaterMaterialProperty.js:12
_definitionChanged
_definitionChanged:
Event<(...args) =>void>
定义于: material/WaterMaterialProperty.js:6
_normalMap
_normalMap:
any
定义于: material/WaterMaterialProperty.js:18
_normalMapSubscription
_normalMapSubscription:
any
定义于: material/WaterMaterialProperty.js:19
_specularMap
_specularMap:
any
定义于: material/WaterMaterialProperty.js:15
_specularMapSubscription
_specularMapSubscription:
any
定义于: material/WaterMaterialProperty.js:16
amplitude
amplitude:
any
定义于: material/WaterMaterialProperty.js:23
animationSpeed
animationSpeed:
any
定义于: material/WaterMaterialProperty.js:22
baseWaterColor
baseWaterColor:
any
定义于: material/WaterMaterialProperty.js:9
blendColor
blendColor:
any
定义于: material/WaterMaterialProperty.js:13
fadeFactor
fadeFactor:
any
定义于: material/WaterMaterialProperty.js:25
frequency
frequency:
any
定义于: material/WaterMaterialProperty.js:21
normalMap
normalMap:
any
定义于: material/WaterMaterialProperty.js:20
specularIntensity
specularIntensity:
any
定义于: material/WaterMaterialProperty.js:24
specularMap
specularMap:
any
定义于: material/WaterMaterialProperty.js:17
访问器
definitionChanged
Getter 签名
get definitionChanged():
Event<(...args) =>void>
定义于: material/WaterMaterialProperty.js:32
返回
Event<(...args) => void>
isConstant
Getter 签名
get isConstant():
boolean
定义于: material/WaterMaterialProperty.js:28
返回
boolean
方法
equals()
equals(
other):any
定义于: material/WaterMaterialProperty.js:68
参数
other
any
返回
any
getType()
getType(
time):string
定义于: material/WaterMaterialProperty.js:36
参数
time
any
返回
string
getValue()
getValue(
time,result):any
定义于: material/WaterMaterialProperty.js:40
参数
time
any
result
any
返回
any