共用方式為


SKKeyframeSequence.SetKeyframeValue 方法

定義

多載

SetKeyframeValue(NSObject, nuint)

在 設定主要畫面格 index 的值。

SetKeyframeValue(NSObject, nfloat, nuint)

在指定的索引處設定主要畫面格的時間和值。

SetKeyframeValue(NSObject, nuint)

在 設定主要畫面格 index 的值。

[Foundation.Export("setKeyframeValue:forIndex:")]
public virtual void SetKeyframeValue (Foundation.NSObject value, nuint index);
abstract member SetKeyframeValue : Foundation.NSObject * nuint -> unit
override this.SetKeyframeValue : Foundation.NSObject * nuint -> unit

參數

value
NSObject
index
System.System.UIntPtr System.unativeint
屬性

適用於

SetKeyframeValue(NSObject, nfloat, nuint)

在指定的索引處設定主要畫面格的時間和值。

[Foundation.Export("setKeyframeValue:time:forIndex:")]
public virtual void SetKeyframeValue (Foundation.NSObject value, nfloat time, nuint index);
abstract member SetKeyframeValue : Foundation.NSObject * nfloat * nuint -> unit
override this.SetKeyframeValue : Foundation.NSObject * nfloat * nuint -> unit

參數

value
NSObject
time
nfloat
index
System.System.UIntPtr System.unativeint
屬性

適用於