C# 클래스 uREPL.GameObjectNameCompletion.GameObjectInfo

파일 보기 프로젝트 열기: hecomi/uREPL

공개 프로퍼티들

프로퍼티 타입 설명
name string
path string

공개 메소드들

메소드 설명
GameObjectInfo ( string name, string path ) : System.Linq

메소드 상세

GameObjectInfo() 공개 메소드

public GameObjectInfo ( string name, string path ) : System.Linq
name string
path string
리턴 System.Linq

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string