Version: 5.5

HelpURLAttribute

class in UnityEngine

매뉴얼로 전환

설명

Provide a custom documentation URL for a class.

[HelpURL("http://example.com/docs/MyComponent.html")]
public class MyComponent
{
}

변수

URLThe documentation URL specified for this class.

생성자

HelpURLAttributeInitialize the HelpURL attribute with a documentation url.