CSJ2K.j2k.ModuleSpec.getSpecValType C# (CSharp) Method

getSpecValType() public method

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