SKKeyframeSequence.SetKeyframeValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetKeyframeValue(NSObject, nuint) |
Définit la valeur de l’image clé sur |
SetKeyframeValue(NSObject, nfloat, nuint) |
Définit l’heure et la valeur de l’image clé à l’index spécifié. |
SetKeyframeValue(NSObject, nuint)
Définit la valeur de l’image clé sur 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
Paramètres
- value
- NSObject
- index
- System.System.UIntPtr System.unativeint
- Attributs
S’applique à
SetKeyframeValue(NSObject, nfloat, nuint)
Définit l’heure et la valeur de l’image clé à l’index spécifié.
[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
Paramètres
- value
- NSObject
- time
- nfloat
- index
- System.System.UIntPtr System.unativeint
- Attributs