9 lines
128 B
C#
9 lines
128 B
C#
public enum ovrAvatarMaterialLayerSampleMode
|
|
{
|
|
Color = 0,
|
|
Texture = 1,
|
|
TextureSingleChannel = 2,
|
|
Parallax = 3,
|
|
Count = 4
|
|
}
|