示例#1
0
 public Bounds GetGizmoBounds(VisualEffect component)
 {
     if (m_Context == null)
     {
         m_Context = new ParameterGizmoContext(this);
     }
     return(VFXGizmoUtility.GetGizmoBounds(m_Context, component));
 }
示例#2
0
 public void DrawGizmos(VisualEffect component)
 {
     if (m_Context == null)
     {
         m_Context = new ParameterGizmoContext(this);
     }
     VFXGizmoUtility.Draw(m_Context, component);
 }