Class MaterialDecalBlendingMode
Decal material blending modes.
Inheritance
System.Object
MaterialDecalBlendingMode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class MaterialDecalBlendingMode : Enum
Fields
Emissive
Decal will apply the emissive light only.
Declaration
public const MaterialDecalBlendingMode Emissive
Field Value
MaterialDecalBlendingMode
|
Normal
Decal will blend the normal vector only.
Declaration
public const MaterialDecalBlendingMode Normal
Field Value
MaterialDecalBlendingMode
|
Stain
Decal color will be blended with the material surface color (using multiplication).
Declaration
public const MaterialDecalBlendingMode Stain
Field Value
MaterialDecalBlendingMode
|
Translucent
Decal will be fully blended with the material surface.
Declaration
public const MaterialDecalBlendingMode Translucent
Field Value
MaterialDecalBlendingMode
|
value__
Declaration
public byte value__
Field Value
System.Byte
|