IRenderSettingPresetBuilder.cs 175 B
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface IRenderSettingPresetBuilder {
IRenderSettingPreset Build(string name);
}
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface IRenderSettingPresetBuilder {
IRenderSettingPreset Build(string name);
}