C# Class uNodeEditor.ConnectBox

Mostrar archivo 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_oe static_oe property

public static int HandleIndex
return int

active public_oe property

public bool active
return bool

boxRect public_oe property

public Rect,UnityEngine boxRect
return UnityEngine.Rect

color public_oe property

public Color color
return Color

error public_oe property

public bool error
return bool

handle public_oe property

public int handle
return int

linkName public_oe property

public string linkName
return string

rename public_oe property

public int rename
return int