摘要: public static float Log(float f, float p); Description Returns the logarithm of a specified number in a specified base. using UnityEngine;public class 阅读全文
posted @ 2020-08-12 13:34 流星曳尾 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 极小值 阅读全文
posted @ 2020-08-12 13:09 流星曳尾 阅读(93) 评论(0) 推荐(0) 编辑
摘要: public void Invoke(string methodName, float time); Description Invokes the method methodName in time seconds. If time is set to 0, the method is invok 阅读全文
posted @ 2020-08-12 11:04 流星曳尾 阅读(168) 评论(0) 推荐(0) 编辑
摘要: public static GameObject Find(string name); Finds a GameObject by name and returns it. This function only returns active GameObjects. If no GameObject 阅读全文
posted @ 2020-08-12 10:42 流星曳尾 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 层级 阅读全文
posted @ 2020-08-12 10:41 流星曳尾 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 遍历 阅读全文
posted @ 2020-08-12 10:40 流星曳尾 阅读(74) 评论(0) 推荐(0) 编辑