Forseti.BoxMapping.BoxMapping C# (CSharp) Method

BoxMapping() public method

public BoxMapping ( ) : System
return System
        public BoxMapping()
        {
            effect = new Dictionary<int, int> ();
        }