C# 클래스 uNodeEditor.ConnectBox

파일 보기 프로젝트 열기: DandyMania/uNodeEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HandleIndex int
active bool
boxRect UnityEngine.Rect
color Color
error bool
handle int
linkName string
rename int

공개 메소드들

메소드 설명
ConnectBox ( ConnectAreaType area, string name = "" ) : System

메소드 상세

ConnectBox() 공개 메소드

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

프로퍼티 상세

HandleIndex 공개적으로 정적으로 프로퍼티

public static int HandleIndex
리턴 int

active 공개적으로 프로퍼티

public bool active
리턴 bool

boxRect 공개적으로 프로퍼티

public Rect,UnityEngine boxRect
리턴 UnityEngine.Rect

color 공개적으로 프로퍼티

public Color color
리턴 Color

error 공개적으로 프로퍼티

public bool error
리턴 bool

handle 공개적으로 프로퍼티

public int handle
리턴 int

linkName 공개적으로 프로퍼티

public string linkName
리턴 string

rename 공개적으로 프로퍼티

public int rename
리턴 int