C# Class Microsoft.Xna.Framework.Graphics.Effect.MGFXHeader

Show file Open project: procfxgen/MGShaderEditor

Public Properties

Property Type Description
EffectKey int
HeaderSize int
MGFXSignature int
Profile int
Signature int
Version int

Property Details

EffectKey public property

public int EffectKey
return int

HeaderSize public property

public int HeaderSize
return int

MGFXSignature public static property

The MonoGame Effect file format header identifier ("MGFX").
public static int MGFXSignature
return int

Profile public property

public int Profile
return int

Signature public property

public int Signature
return int

Version public property

public int Version
return int