根据指定参数构造一个新的 TextureMotionParameter 对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public TextureMotionParameter(
	float speedU,
	float speedV,
	float period
)

参数

speedU
Type: System..::.Single
U方向速度,可正可负。
speedV
Type: System..::.Single
V方向速度,可正可负。
period
Type: System..::.Single
纹理运动周期,需要大于等于零。

版本信息

SuperMap iObjects .NET


请参见