C# Class GetSetAttribute, GoUnity

Inheritance: PropertyAttribute
ファイルを表示 Open project: ritchiecarroll/GoUnity Class Usage Examples

Public Properties

Property Type Description
dirty bool
name string

Public Methods

Method Description
GetSetAttribute ( string name ) : UnityEngine

Method Details

GetSetAttribute() public method

public GetSetAttribute ( string name ) : UnityEngine
name string
return UnityEngine

Property Details

dirty public_oe property

public bool dirty
return bool

name public_oe property

public string name
return string