C# Class UnityEngine.CppPropertyAttribute

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

Public Methods

Method Description
CppPropertyAttribute ( string getter ) : System
CppPropertyAttribute ( string getter, string setter ) : System

Method Details

CppPropertyAttribute() public method

public CppPropertyAttribute ( string getter ) : System
getter string
return System

CppPropertyAttribute() public method

public CppPropertyAttribute ( string getter, string setter ) : System
getter string
setter string
return System