EffectStateManager.SetTransform Method |
Language: |
Sets a transform.
Visual Basic .NET MustOverride Public Sub SetTransform( _
ByVal transformType As TransformType, _
ByRef transform As Matrix _
)C# public abstract void SetTransform(
TransformType transformType,
ref Matrix transform
);Managed C++ public: virtual void SetTransform(
TransformType transformType,
Matrix *transform
) = 0;JScript .NET public abstract function SetTransform(
transformType : TransformType,
transform : Matrix
);
transformType Microsoft.DirectX.Direct3D.TransformType. A value from the TransformType enumeration to set. transform Microsoft.DirectX.Matrix. A transformation Matrix to set.
SetTransform is a user-implemented method that is called from an effect during rendering.
Feedback? Please provide us with your comments on this topic.