Versions with this page:
Versions without this page:
class in UnityEngine
为类提供自定义文档 URL。
using UnityEngine; using UnityEditor;[HelpURL("http://example.com/docs/MyComponent.html")] public class MyComponent { }