Struct LitVertex
Single vertex data used with a Lit Shader
Syntax
Fields
Albedo_Opacity
Declaration
public float4 Albedo_Opacity
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
BillboardPos
Declaration
public float3 BillboardPos
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
BoneIndex
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
BoneWeight
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float4 |
|
Declaration
public float2 Metal_Smoothness
Field Value
Type |
Description |
Unity.Mathematics.float2 |
|
Normal
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
Position
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
Tangent
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
TexCoord0
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float2 |
|