Interface TransformNode
Describes a node in a transform topology.
[Guid("b2efe1e7-729f-4102-949f-505fa21bf666")]
public interface TransformNode : IUnknown, ICallbackable, IDisposable
- Inherited Members
Properties
InputCount
Gets the number of inputs to the transform node.
int InputCount { get; }