| MorphTargetDeformerChannels Property |
Gets all channels contained in this deformer
Namespace: Aspose.ThreeD.DeformersAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IList<MorphTargetChannel> Channels { get; }Public ReadOnly Property Channels As IList(Of MorphTargetChannel)
Get
public:
property IList<MorphTargetChannel^>^ Channels {
IList<MorphTargetChannel^>^ get ();
}member Channels : IList<MorphTargetChannel> with get
Property Value
Type:
IListMorphTargetChannel
See Also