C# Class DocFxForUnity.XrefMapReference

Represents a reference item on a XrefMap.
Show file Open project: ViRGIS-Team/ViRGiS_v2

Private Properties

Property Type Description

Public Methods

Method Description
FixHref ( string apiUrl ) : void

Set XrefMapReference.href to link to the online API documentation of Unity.

Method Details

FixHref() public method

Set XrefMapReference.href to link to the online API documentation of Unity.
public FixHref ( string apiUrl ) : void
apiUrl string The URL of the online API documentation of Unity.
return void