C# Class uNodeEditor.ConnectBox

Afficher le fichier Open project: DandyMania/uNodeEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
HandleIndex int
active bool
boxRect UnityEngine.Rect
color Color
error bool
handle int
linkName string
rename int

Méthodes publiques

Méthode Description
ConnectBox ( ConnectAreaType area, string name = "" ) : System

Method Details

ConnectBox() public méthode

public ConnectBox ( ConnectAreaType area, string name = "" ) : System
area ConnectAreaType
name string
Résultat System

Property Details

HandleIndex public_oe static_oe property

public static int HandleIndex
Résultat int

active public_oe property

public bool active
Résultat bool

boxRect public_oe property

public Rect,UnityEngine boxRect
Résultat UnityEngine.Rect

color public_oe property

public Color color
Résultat Color

error public_oe property

public bool error
Résultat bool

handle public_oe property

public int handle
Résultat int

linkName public_oe property

public string linkName
Résultat string

rename public_oe property

public int rename
Résultat int