跳到主要内容

Class GraphElement

Properties

muted

public virtual bool muted { get; protected set; }

selected

public virtual bool selected { get; protected set; }

movable

public virtual bool movable { get; }

muteable

public virtual bool muteable { get; }

copyable

public virtual bool copyable { get; }

deletable

public virtual bool deletable { get; }

selectable

public virtual bool selectable { get; }

size

Element size.

public Vector2 size { get; }

position

Element position.

public virtual Vector2 position { get; set; }

stepGraphView

winS.UnityEditor.ProcessEditor.StepGraphView where the element is located.

public StepGraphView stepGraphView { get; internal set; }

Methods

Mute()

public virtual void Mute()

Unmute()

public virtual void Unmute()

Select()

public void Select()

Unselect()

public void Unselect()