C# Class UnityEngine.CppPropertyAttribute

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

Méthodes publiques

Méthode Description
CppPropertyAttribute ( string getter ) : System
CppPropertyAttribute ( string getter, string setter ) : System

Method Details

CppPropertyAttribute() public méthode

public CppPropertyAttribute ( string getter ) : System
getter string
Résultat System

CppPropertyAttribute() public méthode

public CppPropertyAttribute ( string getter, string setter ) : System
getter string
setter string
Résultat System