mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
3.0 - unitypackage
This commit is contained in:
22
Editor/Series/LiquidEditor.cs
Normal file
22
Editor/Series/LiquidEditor.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
|
||||
namespace XCharts.Editor
|
||||
{
|
||||
[SerieEditor(typeof(Liquid))]
|
||||
public class LiquidEditor : SerieEditor<Liquid>
|
||||
{
|
||||
public override void OnCustomInspectorGUI()
|
||||
{
|
||||
PropertyField("m_VesselIndex");
|
||||
PropertyField("m_Min");
|
||||
PropertyField("m_Max");
|
||||
PropertyField("m_WaveLength");
|
||||
PropertyField("m_WaveHeight");
|
||||
PropertyField("m_WaveSpeed");
|
||||
PropertyField("m_WaveOffset");
|
||||
|
||||
PropertyField("m_ItemStyle");
|
||||
PropertyField("m_Animation");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user