Version: 5.5

HelpURLAttribute

class in UnityEngine

Cambiar al Manual

Descripción

Provide a custom documentation URL for a class.

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

Variables

URLThe documentation URL specified for this class.

Constructores

HelpURLAttributeInitialize the HelpURL attribute with a documentation url.