AoMEngineLibrary.Graphics.Prt.PrtColorStage.PrtColorStage C# (CSharp) Метод

PrtColorStage() публичный Метод

public PrtColorStage ( PrtBinaryReader reader ) : System
reader PrtBinaryReader
Результат System
        public PrtColorStage(PrtBinaryReader reader)
        {
            this.UsePalette = reader.ReadBoolean();
            reader.ReadBytes(3);

            this.Color = reader.ReadTexel();
            this.Hold = reader.ReadSingle();
            this.Fade = reader.ReadSingle();
        }

Same methods

PrtColorStage::PrtColorStage ( ) : System