AoMEngineLibrary.Graphics.Brg.MtrlFile.MtrlFile C# (CSharp) Method

MtrlFile() public method

public MtrlFile ( ) : System
return System
        public MtrlFile()
        {
            this.unk = new uint[5];
            this.Alpha = 1f;

            this.Id = -1;

            this.SelfIlluminating = 0;
            this.ClampU = 0;
            this.ClampV = 0;
            this.LightSpecular = 1;
            this.AffectsAmbient = 1;
            this.AffectsDiffuse = 1;
            this.AffectsSpecular = 1;

            this.AlphaMode = 10;

            unk2 = new Texel[3] { new Color4D(1f), new Color4D(1f), new Color4D(1f) };
            unk3 = new Texel[3] { new Color4D(1f), new Color4D(1f), new Color4D(1f) };
            unk4 = new int[4];

            Texture = string.Empty;
        }

Same methods

MtrlFile::MtrlFile ( BrgMaterial mat ) : System