Show / Hide Table of Contents

Class PinnedElement

Element that overlays the graph like the blackboard

Inheritance
System.Object
PinnedElement
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
[Serializable]
public class PinnedElement

Constructors

| Improve this Doc View Source

PinnedElement(Type)

Declaration
public PinnedElement(Type editorType)
Parameters
Type Name Description
System.Type editorType

Fields

| Improve this Doc View Source

defaultSize

Declaration
public static readonly Vector2 defaultSize
Field Value
Type Description
UnityEngine.Vector2
| Improve this Doc View Source

editorType

Declaration
public SerializableType editorType
Field Value
Type Description
SerializableType
| Improve this Doc View Source

opened

Declaration
public bool opened
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

position

Declaration
public Rect position
Field Value
Type Description
UnityEngine.Rect
  • Improve this Doc
  • View Source
Back to top Generated by DocFX