返回指定索引的ParticleSystem(粒子系统类)对象。

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

语法

C#
public ParticleSystem Item[
	int index
] { get; }

参数

index
Type: System..::.Int32
给定的索引序号。

返回值

返回指定索引的ParticleSystem(粒子系统类)对象。

请参见