FairyGUI.MaterialPool.MaterialPool C# (CSharp) Method

MaterialPool() public method

public MaterialPool ( MaterialManager manager, string variants, bool notShared ) : System.Collections.Generic
manager MaterialManager
variants string
notShared bool
return System.Collections.Generic
        public MaterialPool(MaterialManager manager, string[] variants, bool notShared)
        {
            _manager = manager;
            _variants = variants;
            _notShared = notShared;
        }