VertexElementWithOffset Struct
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
public struct VertexElementWithOffset
| Name | Description | |
|---|---|---|
| Constructors | ||
| VertexElementWithOffset(VertexElement, Int32, Int32) | ||
| Fields | ||
| Offset | ||
| Size | ||
| VertexElement | ||
Constructors
VertexElementWithOffset(VertexElement, Int32, Int32)
public VertexElementWithOffset(VertexElement vertexElement, int offset, int size)
Parameters
| Type | Name | Description |
|---|---|---|
| VertexElement | vertexElement | |
| System.Int32 | offset | |
| System.Int32 | size |
Fields
Offset
public int Offset
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Size
public int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
VertexElement
public VertexElement VertexElement
Field Value
| Type | Description |
|---|---|
| VertexElement |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()