Partilhar via


VertexChannelNames.Tangent Method

Note

This method is available only when developing for Windows.

Gets the name of the tangent vector channel with the specified index.

This will typically contain Vector3 data.

Syntax

'Declaration
Public Shared Function Tangent ( _
         usageIndex As Integer _
) As String 
public static string Tangent (
         int usageIndex
)
public:
static String Tangent(
         int usageIndex
)

Parameters

  • usageIndex
    Type: Int32
    Zero-based index of the tangent vector channel being retrieved.

Return Value

Type: String
Name of the retrieved tangent vector channel.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

VertexChannelNames Class
VertexChannelNames Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace

Platforms

Windows 7, Windows Vista, Windows XP