当前位置:网站首页>Unity technical notes (I) inspector extension
Unity technical notes (I) inspector extension
2022-07-07 22:31:00 【Dimensional survivor】
1 Show private variables , Hide public variables
[SerializeField] Add to private Private variables can be displayed before
[NonSerialized] Add to public Common variables can be hidden before , Make it not serialized
[HideInInspector] Add to public Common variables can be hidden before
2 Add a note
[Header(" ")] Add a title
[ToolTip(" ")] Add a mouse over prompt comment to the next line
3 Serialization display of special variables , Such as class 、 Linked list 、 Structure 、 enumeration
[System.Serializable] You can serialize the class and display
4 Special function , Such as buttons, etc
[Range(,)] Add a slider , Used to adjust the value of the variable
[TextArea(,)] Show multiline text box , Easy to edit string Variable
边栏推荐
- Remember that a development is encountered in the pit of origin string sorting
- UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xf9 in position 56: illegal multibyte sequence
- Remember an experience of using selectmany
- DNS series (I): why does the updated DNS record not take effect?
- 反爬通杀神器
- Revit secondary development - cut view
- Pdf document signature Guide
- 如何选择合适的自动化测试工具?
- 戴森官方直营店免费造型服务现已开放预约 先锋科技诠释护发造型理念,助力消费者解锁多元闪耀造型
- Pyqt GUI interface and logic separation
猜你喜欢
![VTOL in Px4_ att_ Control source code analysis [supplement]](/img/7a/4ce0c939b9259faf59c52da2587693.jpg)
VTOL in Px4_ att_ Control source code analysis [supplement]

如何选择合适的自动化测试工具?

Remember an experience of using selectmany

Pdf document signature Guide

The whole network "chases" Zhong Xuegao

The strongest installation of the twin tower model, Google is playing "antique" again?

如何选择合适的自动化测试工具?

How to judge whether the input content is "number"

Visual design form QT designer design gui single form program

【Azure微服务 Service Fabric 】如何转移Service Fabric集群中的种子节点(Seed Node)
随机推荐
php 获取图片信息的方法
Firefox browser installation impression notes clipping
Unity development --- the mouse controls the camera to move, rotate and zoom
Which futures company is the safest to open a futures account?
Pre sale 179000, hengchi 5 can fire? Product power online depends on how it is sold
Cannot find module 'xxx' or its corresponding type declaration
Revit secondary development - modify wall thickness
Reinforcement learning - learning notes 9 | multi step TD target
OpeGL personal notes - lights
Typescript TS basic knowledge type declaration
VTOL in Px4_ att_ Control source code analysis [supplement]
Use json Stringify() to realize deep copy, be careful, there may be a huge hole
如何实现横版游戏中角色的移动控制
Revit secondary development - intercept project error / warning pop-up
[azure microservice service fabric] start the performance monitor in the SF node and set the method of capturing the process
Two kinds of updates lost and Solutions
How to judge whether the input content is "number"
使用 BlocConsumer 同时构建响应式组件和监听状态
Implementation method of data platform landing
C # realizes the communication between Modbus protocol and PLC