|
|
|
|
|
|
using System; |
|
|
|
using UnityEditor.ShaderGraph.Drawing.Slots; |
|
|
|
using UnityEngine.Experimental.UIElements; |
|
|
|
using UnityEngine; |
|
|
|
|
|
|
|
namespace UnityEditor.ShaderGraph |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
public override VisualElement InstantiateControl() |
|
|
|
{ |
|
|
|
return new BoundInputVectorControlView(space + " Space"); |
|
|
|
return new LabelSlotControlView(space + " Space"); |
|
|
|
} |
|
|
|
|
|
|
|
public override string GetDefaultValue(GenerationMode generationMode) |
|
|
|