C# Class uREPL.GameObjectNameCompletion.GameObjectInfo

ファイルを表示 Open project: hecomi/uREPL

Public Properties

Property Type Description
name string
path string

Public Methods

Method Description
GameObjectInfo ( string name, string path ) : System.Linq

Method Details

GameObjectInfo() public method

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

Property Details

name public_oe property

public string name
return string

path public_oe property

public string path
return string