[]
Initializes a new instance of the StreamOutputElement struct.
public StreamOutputElement(int streamIndex, string semanticName, int semanticIndex, byte startComponent, byte componentCount, byte outputSlot)
Public Sub New(streamIndex As Integer, semanticName As String, semanticIndex As Integer, startComponent As Byte, componentCount As Byte, outputSlot As Byte)
| Type | Name | Description |
|---|---|---|
| int | streamIndex | Zero-based, stream number |
| string | semanticName | Name of the semantic. |
| int | semanticIndex | Index of the semantic. |
| byte | startComponent | The start component. |
| byte | componentCount | The component count. |
| byte | outputSlot | The output slot. |