Azmyth.Assets.AssetStore.AssetStore C# (CSharp) Method

AssetStore() public method

public AssetStore ( ) : System
return System
        public AssetStore()
        {
            _maxIndex = 1;
            _maxVector = 1;
            _assetList = new VectorList<Asset>();
            _typeList = new Dictionary<long, Type>();
            _typeIndexList= new Dictionary<Type,long>();
            _currentIDList = new Dictionary<long, long>();
            _vectorIDList = new List<VectorID>();
        }