No Description
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.

PropertyConnectionStateSlotControlView.cs 337B

1234567891011121314
  1. using System;
  2. using UnityEditor.Graphing;
  3. using UnityEngine;
  4. using UnityEngine.UIElements;
  5. namespace UnityEditor.ShaderGraph.Drawing.Slots
  6. {
  7. class PropertyConnectionStateSlotControlView : VisualElement
  8. {
  9. public PropertyConnectionStateSlotControlView(PropertyConnectionStateMaterialSlot slot)
  10. {
  11. }
  12. }
  13. }