LightProbeVertex Struct
Namespace: Stride.Rendering.LightProbesAssembly: Stride.Rendering.dll
public struct LightProbeVertex
| Name | Description | |
|---|---|---|
| Constructors | ||
| LightProbeVertex(Vector3, UInt32) | Initializes a new LightProbeVertex instance. |
|
| Fields | ||
| Layout | The vertex layout of this struct. |
|
| LightProbeId | The lightprobe index. |
|
| Position | XYZ position. |
|
| Size | Defines structure byte size. |
|
Constructors
LightProbeVertex(Vector3, UInt32)
Initializes a new LightProbeVertex instance.
public LightProbeVertex(Vector3 position, uint lightprobeId)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position | The position of this vertex. |
| System.UInt32 | lightprobeId | The lightprobe ID. |
Fields
Layout
The vertex layout of this struct.
public static readonly VertexDeclaration Layout
Field Value
| Type | Description |
|---|---|
| VertexDeclaration |
LightProbeId
The lightprobe index.
public uint LightProbeId
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Position
XYZ position.
public Vector3 Position
Field Value
| Type | Description |
|---|---|
| Vector3 |
Size
Defines structure byte size.
public static readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()