触发水面冲击。

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

语法

C#
public bool TriggerImpact(
	string strName,
	Point3D position,
	double velocity
)

参数

strName
Type: System..::.String
指定的水面冲击特效名称。
position
Type: SuperMap.Data..::.Point3D
一个三维点,用于指定水面冲击点位置。
velocity
Type: System..::.Double
水面冲击特效扩散速度。

返回值

一个布尔值,触发成功返回true,海洋特效里生成水面冲击特效效果;触发失败返回false。

请参见