BC2.Util.Texture.iTexture.Byte C# (CSharp) Méthode

Byte() public static méthode

public static Byte ( ) : byte
Résultat byte
        public static byte Byte()
        {
            byte ret = stream.ReadByte ();
            return ret;
        }