C# Class DocFxForUnity.XrefMapReference

Represents a reference item on a XrefMap.
Afficher le fichier Open project: ViRGIS-Team/ViRGiS_v2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FixHref ( string apiUrl ) : void

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

Method Details

FixHref() public méthode

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.
Résultat void