BindPoint

BindPoint class

ABindPointest généralement créé sur la propriété d’un objet, certains types de propriétés contiennent plusieurs champs de composants (comme un champ Vector3), BindPoint générera un canal pour chaque champ de composant et connectera le champ à une ou plusieurs instances de séquence d’images clés via les canaux.

public class BindPoint : A3DObject

Constructeurs

NomLa description
BindPoint(Scene, Property)Initialise une nouvelle instance duBindPoint classe.

Propriétés

NomLa description
ChannelsCount { get; }Obtient le nombre total de canaux de propriété définis dans ce mappage de courbe d’animation.
Item { get; }
virtual Name { get; set; }Obtient ou définit le nom.
Properties { get; }Obtient la collection de toutes les propriétés.
Property { get; }Obtient la propriété associée au CurveMapping

Méthodes

NomLa description
AddChannel(string, object)Ajoute la propriété de canal spécifiée.
AddChannel(string, Type, object)Ajoute la propriété de canal spécifiée.
AddChannel<T>(string, T)
BindKeyframeSequence(string, KeyframeSequence)Liez la séquence d’images clés au canal spécifié
CreateKeyframeSequence(string)Crée une nouvelle courbe et la connecte au premier canal de la courbe mapping
FindProperty(string)Trouve la propriété. Il peut s’agir d’une propriété dynamique (créée par CreateDynamicProperty/SetProperty) ou d’une propriété native (identifiée par son nom)
GetChannel(string)Obtient la chaîne par son prénom
GetKeyframeSequence(string)Obtient la première séquence d’images clés dans le canal spécifié
GetKeyframeSequences(string)Obtient toutes les séquences d’images clés dans le canal spécifié
GetProperty(string)Obtenir la valeur de la propriété spécifiée
RemoveProperty(Property)Supprime une propriété dynamique.
RemoveProperty(string)Supprimer la propriété spécifiée identifiée par name
ResetChannels()Vide les canaux de propriété de ce mappage de courbe d’animation.
SetProperty(string, object)Définit la valeur de la propriété spécifiée
override ToString()Formate l’objet en string

Voir également