VertexUserStreamDefinition Class
Namespace: Stride.Rendering.Materials.ComputeColorsAssembly: Stride.Rendering.dll
A user defined stream.
Derived from VertexUserStreamDefinition:
[DataContract("VertexUserStreamDefinition")]
[Display("Custom Vertex Stream", null)]
public class VertexUserStreamDefinition : VertexStreamDefinitionBase, IVertexStreamDefinition
Name | Description | |
---|---|---|
Constructors | ||
VertexUserStreamDefinition() | ||
Properties | ||
Name | Name of the semantic of the stream to read data from. |
|
Methods | ||
GetHashCode() | ||
GetSemanticName() | ||
GetSemanticNameHash() |
Constructors
VertexUserStreamDefinition()
public VertexUserStreamDefinition()
Properties
Name
Name of the semantic of the stream to read data from.
[DataMember(10)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetHashCode()
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
GetSemanticName()
public override string GetSemanticName()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetSemanticNameHash()
public override int GetSemanticNameHash()
Returns
Type | Description |
---|---|
System.Int32 |