C# Class EffectEditor.HelperClasses.EffectProperty

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
EffectProperty ( string name, object value, bool readOnly, bool visible ) : System

Method Details

EffectProperty() public method

public EffectProperty ( string name, object value, bool readOnly, bool visible ) : System
name string
value object
readOnly bool
visible bool
return System