Deformer
Classe de base pourSkinDeformer etMorphTargetDeformer
public abstract class Deformer : A3DObject
Constructeurs
| Nom | La description |
|---|
| Deformer(string) | Initialise une nouvelle instance duDeformer classe. |
Propriétés
| Nom | La description |
|---|
| virtual Name { get; set; } | Obtient ou définit le nom. |
| Owner { get; } | Obtient la géométrie qui possède ce déformateur |
| Properties { get; } | Obtient la collection de toutes les propriétés. |
Méthodes
| Nom | La description |
|---|
| 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) |
| 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 |
| SetProperty(string, object) | Définit la valeur de la propriété spécifiée |
Voir également