UltEventsHelpUrlAttribute Class

Summary

[Assert-Conditional] A HelpURLAttribute which points to the UltEvents documentation.
Assembly
UltEvents.dll
Namespace
UltEvents
Base Types
  • HelpURLAttribute
graph BT Type-->Base0["HelpURLAttribute"] Type["UltEventsHelpUrlAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
[System.Diagnostics.Conditional("UNITY_ASSERTIONS")]
public class UltEventsHelpUrlAttribute : HelpURLAttribute

Attributes

Type Description
AttributeUsageAttribute
ConditionalAttribute

Constructors

Name Summary
UltEventsHelpUrlAttribute(string) Creates a new UltEvents.UltEventsHelpUrlAttribute.
UltEventsHelpUrlAttribute(Type) Creates a new UltEvents.UltEventsHelpUrlAttribute.

Methods

Name Value Summary
GetApiDocumentationUrl(string, Type) string
Returns a URL for the given `type`'s API Documentation page.
static
GetApiDocumentationUrl(Type) string
Returns a URL for the given `type`'s API Documentation page.
static