C# Class uNodeEditor.ConnectBox

Show file Open project: DandyMania/uNodeEditor Class Usage Examples

Public Properties

Property Type Description
HandleIndex int
active bool
boxRect UnityEngine.Rect
color Color
error bool
handle int
linkName string
rename int

Public Methods

Method Description
ConnectBox ( ConnectAreaType area, string name = "" ) : System

Method Details

ConnectBox() public method

public ConnectBox ( ConnectAreaType area, string name = "" ) : System
area ConnectAreaType
name string
return System

Property Details

HandleIndex public static property

public static int HandleIndex
return int

active public property

public bool active
return bool

boxRect public property

public Rect,UnityEngine boxRect
return UnityEngine.Rect

color public property

public Color color
return Color

error public property

public bool error
return bool

handle public property

public int handle
return int

linkName public property

public string linkName
return string

rename public property

public int rename
return int