C# Class UnityEngine.CppPropertyBodyAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: randomize/VimConfig

Public Methods

Method Description
CppPropertyBodyAttribute ( string getterBody ) : System
CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System

Method Details

CppPropertyBodyAttribute() public method

public CppPropertyBodyAttribute ( string getterBody ) : System
getterBody string
return System

CppPropertyBodyAttribute() public method

public CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System
getterBody string
setterBody string
return System