RenderModel_t_Packed Struct
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
public struct RenderModel_t_Packed
|
Improve this Doc
View Source
Constructors
RenderModel_t_Packed(RenderModel_t)
public RenderModel_t_Packed(RenderModel_t unpacked)
Parameters
|
Improve this Doc
View Source
Fields
diffuseTextureId
public int diffuseTextureId
Field Value
Type |
Description |
System.Int32 |
|
rIndexData
Field Value
Type |
Description |
System.IntPtr |
|
rVertexData
public IntPtr rVertexData
Field Value
Type |
Description |
System.IntPtr |
|
unTriangleCount
public uint unTriangleCount
Field Value
Type |
Description |
System.UInt32 |
|
unVertexCount
public uint unVertexCount
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Methods
Unpack(ref RenderModel_t)
public void Unpack(ref RenderModel_t unpacked)
Parameters
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods