다음을 통해 공유


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
특성

적용 대상