IVertexStreamDefinition Interface
Namespace: Stride.Rendering.Materials.ComputeColorsAssembly: Stride.Rendering.dll
Definition of a stream. e.g COLOR0, COLOR1...etc.
public interface IVertexStreamDefinition
              | Name | Description | |
|---|---|---|
| Methods | ||
| GetSemanticName() | Gets the name of the semantic.  | 
                          |
| GetSemanticNameHash() | Gets the hash code of the semantic name.  | 
                          |
Methods
GetSemanticName()
Gets the name of the semantic.
string GetSemanticName()
              Returns
| Type | Description | 
|---|---|
| System.String | A string with the name of the stream semantic.  | 
                  
GetSemanticNameHash()
Gets the hash code of the semantic name.
int GetSemanticNameHash()
              Returns
| Type | Description | 
|---|---|
| System.Int32 | An int with the hash code of the semantic name.  |