暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

IAdditionalData.cs 180B

12345678910
  1. namespace UnityEngine.Rendering
  2. {
  3. /// <summary>
  4. /// Interface to identify additional data components
  5. /// </summary>
  6. public interface IAdditionalData
  7. {
  8. }
  9. }