VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
AVR.Core.Attributes.DocumentationUrl.DocumentationUrl ( string  url)
inline

Defines the html file used for documentation for an AVR_Component.

Parameters
urlFile relative to Packages/com.avr.core/Documentation/html that is the documentation for this class.

Definition at line 96 of file AVR_Attributes.cs.

96  {
97  this.url = url;
98  }