AnimancerHelpUrlAttribute Class

Summary

[Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Animancer's documentation.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • HelpURLAttribute
graph BT Type-->Base0["HelpURLAttribute"] Type["AnimancerHelpUrlAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
[System.Diagnostics.Conditional(Strings.Assertions)]
public class AnimancerHelpUrlAttribute : HelpURLAttribute

Attributes

Type Description
AttributeUsageAttribute
ConditionalAttribute

Constructors

Name Summary
AnimancerHelpUrlAttribute(string) Creates a new Animancer.AnimancerHelpUrlAttribute.
AnimancerHelpUrlAttribute(Type) Creates a new Animancer.AnimancerHelpUrlAttribute.

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