BooleanKeyFrameCollection.RemoveAt(Int32) 方法

定義

移除集合中位於指定索引位置的 BooleanKeyFrame

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除之 BooleanKeyFrame 的索引位置。

實作

適用於