共用方式為


LampInfo.Index 屬性

定義

以零起始的燈光索引。 每個燈都與一個唯一索引相關聯。

public:
 property int Index { int get(); };
int Index();
public int Index { get; }
var int32 = lampInfo.index;
Public ReadOnly Property Index As Integer

屬性值

Int32

int

燈光索引。

備註

有效的索引範圍介於 0 到 LampCount - 1。

適用於