Class GraphElement
Properties
muted
public bool muted { get; protected set; }
selected
public bool selected { get; protected set; }
movable
public bool movable { get; }
muteable
public bool muteable { get; }
copyable
public bool copyable { get; }
deletable
public bool deletable { get; }
selectable
public bool selectable { get; }
size
public Vector2 size { get; }
position
public Vector2 position { get; set; }
stepGraphView
public StepGraphView stepGraphView { get; internal set; }
Methods
virtual void Mute()
public virtual void Mute()
virtual void Unmute()
public virtual void Unmute()
void Select()
public void Select()
void Unselect()
public void Unselect()