C# Class UnityEditor.VKXCodeEditor.PBXList

Inheritance: ArrayList
Afficher le fichier Open project: darkwind666/BeaverAndFairies Class Usage Examples

Méthodes publiques

Méthode Description
PBXList ( ) : UnityEngine
PBXList ( object firstValue ) : UnityEngine
ToCSV ( ) : string

I find this handy. return our fields as comma-separated values

ToString ( ) : string

Concatenate and format so appears as "{,,,}"

Method Details

PBXList() public méthode

public PBXList ( ) : UnityEngine
Résultat UnityEngine

PBXList() public méthode

public PBXList ( object firstValue ) : UnityEngine
firstValue object
Résultat UnityEngine

ToCSV() public méthode

I find this handy. return our fields as comma-separated values
public ToCSV ( ) : string
Résultat string

ToString() public méthode

Concatenate and format so appears as "{,,,}"
public ToString ( ) : string
Résultat string