PsmFramework.Engines.DrawEngine2d.TiledTextures.ColumnKey.ColumnKey C# (CSharp) Méthode

ColumnKey() private méthode

private ColumnKey ( ColumnIndex index, Int32 column, Texture2dArea tile ) : System
index ColumnIndex
column System.Int32
tile PsmFramework.Engines.DrawEngine2d.Textures.Texture2dArea
Résultat System
        internal ColumnKey(ColumnIndex index, Int32 column, Texture2dArea tile)
            : base(tile)
        {
            //Inits moved here because parameters need to be passed.
            InitializeIndex(index);
            InitializeKey(column);
        }