C# Class uREPL.GameObjectNameCompletion.GameObjectInfo

Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Свойство Type Description
name string
path string

Méthodes publiques

Méthode Description
GameObjectInfo ( string name, string path ) : System.Linq

Method Details

GameObjectInfo() public méthode

public GameObjectInfo ( string name, string path ) : System.Linq
name string
path string
Résultat System.Linq

Property Details

name public_oe property

public string name
Résultat string

path public_oe property

public string path
Résultat string