Exemplo n.º 1
0
 public AssetTypeDefinition(EAssetType assetType, EAssetSubType assetSubType)
 {
     AssetType    = assetType;
     AssetSubType = assetSubType;
 }
Exemplo n.º 2
0
        public void InstantiateSection(EAssetType type, EAssetSubType subType)
        {
            var definition = new AssetTypeDefinition(type, subType);

            InstantiateSection(definition);
        }