资源简介
unity 基于ugui 实现饼图,柱状图绘制,日期选取等等的功能!

代码片段和文件信息
/*=========================================
* Author: springDong
* Description: functional formula graph example.
==========================================*/
using UnityEngine;
using System.Collections.Generic;
using SpringGUI;
public class FunctionalGraphExample : MonoBehaviour
{
public FunctionalGraph FunctionalGraph = null;
private void Start()
{
// method one
FunctionalGraph.Inject(Mathf.Sin Color.red 2.0f);
// method two
FunctionalGraph.Inject(new FunctionFormula(Mathf.Cos Color.green 2.0f));
// method three
FunctionalGraph.Inject( new List()
{
new FunctionFormula(Mathf.Log10Color.yellow2.0f)
new FunctionFormula(Mathf.AbsColor.cyan2.0f)
} );
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-17 02:49 UnityCodes-master\
目录 0 2018-09-17 02:49 UnityCodes-master\.vs\
目录 0 2018-09-17 02:49 UnityCodes-master\.vs\UnityRepository\
目录 0 2018-09-17 02:49 UnityCodes-master\.vs\UnityRepository\v14\
文件 121344 2018-09-17 02:49 UnityCodes-master\.vs\UnityRepository\v14\.suo
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\
文件 192 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI.me
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\
文件 191 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo.me
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\
文件 192 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\01_FunctionalGraph.me
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\01_FunctionalGraph\
文件 25096 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\01_FunctionalGraph\01_FunctionalGraph.unity
文件 175 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\01_FunctionalGraph\01_FunctionalGraph.unity.me
文件 803 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\01_FunctionalGraph\FunctionalGraphExample.cs
文件 263 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\01_FunctionalGraph\FunctionalGraphExample.cs.me
文件 192 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\02_PieGraph.me
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\02_PieGraph\
文件 24168 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\02_PieGraph\02_PieGraph.unity
文件 175 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\02_PieGraph\02_PieGraph.unity.me
文件 892 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\02_PieGraph\PieGraphExample.cs
文件 263 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\02_PieGraph\PieGraphExample.cs.me
文件 192 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\03_DoubleClickButton_LongClick.me
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\03_DoubleClickButton_LongClick\
文件 40160 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\03_DoubleClickButton_LongClick\03_DoubleClickButton&&LongClickButton.unity
文件 175 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\03_DoubleClickButton_LongClick\03_DoubleClickButton&&LongClickButton.unity.me
文件 520 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\03_DoubleClickButton_LongClick\DoubleLongClickButton.cs
文件 263 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\03_DoubleClickButton_LongClick\DoubleLongClickButton.cs.me
文件 192 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\04_UITree TreeView.me
目录 0 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\04_UITree TreeView\
文件 52864 2018-09-17 02:49 UnityCodes-master\Assets\SpringGUI\Demo\04_UITree TreeView\04_TreeView.unity
............此处省略288个文件信息
相关资源
- Unity3D登录界面工程
- unity3d反编译工具
-
UnityWebPla
yer及UnityWebPla yerFull -
UnityWebPla
yerFull - unity4.0官方正式版
- Behavior Designer 1.6.3(u2018.3.0).unitypa
- Unity纪念碑谷.rar
- A Pathfinding Project Pro v4.2.2.rar
- Unity 声音播放插件,支持将字符串转
- Gaia 1.7.2
- Unity3d实现扭动挤压浏览效果
- UnityShader卷轴效果
- 爱酱(绊爱Kizuna)模型
- 遗传算法越野小车unity5.5
- unity 3D 百度语音合成 并播放
- unity案例入门坦克大战源码
- Graph And Chart 1.91.unitypackage
- Animated Steel Coaster 1.51.rar
- Unity3D游戏开发.pdf 宣雨松著完整高清
- Unity3D版水果忍者
- unity3d爆炸特效包
- unity3d_见缝插针源码及报告.zip
- Unity3d车库场景模型
- unity3d 警察动画模型
- unity20多种烟雾以及爆炸特效
- unity博物馆.zip
- burpsuite_community社区版x86系统
- unity3D 新手引导遮罩,支持圆形和矩形
- 兼容unity的System.Drawing.dll
- unity3d枪支武器包FPS第一人称射击游戏
评论
共有 条评论