C# 클래스 JBCustomMenu.MenuItem, unity-JBConsole

파일 보기 프로젝트 열기: spaceapegames/unity-JBConsole

공개 프로퍼티들

프로퍼티 타입 설명
Callback Action
Children List
Name string

공개 메소드들

메소드 설명
AddChild ( MenuItem, child ) : void
AddPath ( string path, int pathIndex, Action callback ) : void
GetLinkName ( ) : string
GetLinks ( ) : string[]
MenuItem ( string name ) : System
OnChildClicked ( int index ) : MenuItem,
RemovePath ( string path, int pathIndex ) : void
SetCallback ( Action callback ) : void

비공개 메소드들

메소드 설명
FindChild ( string n ) : MenuItem,
PathIndexHasChild ( string path, int pathIndex ) : bool

메소드 상세

AddChild() 공개 메소드

public AddChild ( MenuItem, child ) : void
child MenuItem,
리턴 void

AddPath() 공개 메소드

public AddPath ( string path, int pathIndex, Action callback ) : void
path string
pathIndex int
callback Action
리턴 void

GetLinkName() 공개 메소드

public GetLinkName ( ) : string
리턴 string

GetLinks() 공개 메소드

public GetLinks ( ) : string[]
리턴 string[]

MenuItem() 공개 메소드

public MenuItem ( string name ) : System
name string
리턴 System

OnChildClicked() 공개 메소드

public OnChildClicked ( int index ) : MenuItem,
index int
리턴 MenuItem,

RemovePath() 공개 메소드

public RemovePath ( string path, int pathIndex ) : void
path string
pathIndex int
리턴 void

SetCallback() 공개 메소드

public SetCallback ( Action callback ) : void
callback Action
리턴 void

프로퍼티 상세

Callback 공개적으로 프로퍼티

public Action Callback
리턴 Action

Children 공개적으로 프로퍼티

public List Children
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string