PlatformerHelpUrlAttribute Class

Summary

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

Syntax

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

Attributes

Type Description
AttributeUsageAttribute
ConditionalAttribute

Constructors

Name Summary
PlatformerHelpUrlAttribute(string) Creates a new PlatformerGameKit.PlatformerHelpUrlAttribute.
PlatformerHelpUrlAttribute(Type) Creates a new PlatformerGameKit.PlatformerHelpUrlAttribute.

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