CSJ2K.j2k.ModuleSpec.getSpecValType C# (CSharp) 메소드

getSpecValType() 공개 메소드

Return the spec type of the given tile-component.
public getSpecValType ( int t, int c ) : byte
t int Tile index /// ///
c int Component index /// ///
리턴 byte
        public virtual byte getSpecValType(int t, int c)
        {
            return specValType[t][c];
        }