C# Class UnityEngine.CppPropertyBodyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
CppPropertyBodyAttribute ( string getterBody ) : System
CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System

Method Details

CppPropertyBodyAttribute() public méthode

public CppPropertyBodyAttribute ( string getterBody ) : System
getterBody string
Résultat System

CppPropertyBodyAttribute() public méthode

public CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System
getterBody string
setterBody string
Résultat System