C# Class Terraria.TerraCustom.SettingDelegate

Exibir arquivo 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_oe property

public Func estimationString
return string>.Func

getter public_oe property

public Func getter
return Func

label public_oe property

public string label
return string

ratio public_oe property

public float ratio
return float

setter public_oe property

public Action setter
return Action