Class EffectMaterialContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class EffectMaterialContent : MaterialContent
- Inheritance
-
EffectMaterialContent
- Inherited Members
Fields
CompiledEffectKey
public const string CompiledEffectKey = "CompiledEffect"
Field Value
EffectKey
public const string EffectKey = "Effect"
Field Value
Properties
CompiledEffect
public ExternalReference<CompiledEffectContent> CompiledEffect { get; set; }
Property Value
Effect
public ExternalReference<EffectContent> Effect { get; set; }