AnimationOutput.AnimationOutput Constructor |
Language: |
Initializes a new instance of the AnimationOutput class.
Visual Basic .NET Public Sub New( _
ByVal name As String, _
ByVal flags As AnimationOutputFlags _
)C# public AnimationOutput(
string name,
AnimationOutputFlags flags
);Managed C++ public: AnimationOutput(
String *name,
AnimationOutputFlags flags
);JScript .NET public function AnimationOutput(
name : String,
flags : AnimationOutputFlags
);
name System.String. Name of the animation output. flags Microsoft.DirectX.Direct3D.AnimationOutputFlags. One or more values of the AnimationOutputFlags enumeration that specify which outputs to receive.
Feedback? Please provide us with your comments on this topic.