BC2.Util.Texture.iTexture.Byte C# (CSharp) 메소드

Byte() 공개 정적인 메소드

public static Byte ( ) : byte
리턴 byte
        public static byte Byte()
        {
            byte ret = stream.ReadByte ();
            return ret;
        }