C# Class Terraria.TerraCustom.SettingDelegate

Show file Open project: JavidPack/TerraCustom

Public Properties

Property Type Description
estimationString string>.Func
getter Func
label string
ratio float
setter Action

Public Methods

Method Description
SettingDelegate ( string label, float ratio, Func getter, Action setter, string>.Func estimationString ) : Microsoft.Xna.Framework

Method Details

SettingDelegate() public method

public SettingDelegate ( string label, float ratio, Func getter, Action setter, string>.Func estimationString ) : Microsoft.Xna.Framework
label string
ratio float
getter Func
setter Action
estimationString string>.Func
return Microsoft.Xna.Framework

Property Details

estimationString public property

public Func estimationString
return string>.Func

getter public property

public Func getter
return Func

label public property

public string label
return string

ratio public property

public float ratio
return float

setter public property

public Action setter
return Action