暫無描述
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.

ShaderInput0.cs 154B

12345678910
  1. using System;
  2. namespace UnityEditor.ShaderGraph.Legacy
  3. {
  4. [Serializable]
  5. class ShaderInput0
  6. {
  7. public SerializableGuid m_Guid;
  8. }
  9. }