C# 클래스 DocFxForUnity.XrefMapReference

Represents a reference item on a XrefMap.
파일 보기 프로젝트 열기: ViRGIS-Team/ViRGiS_v2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FixHref ( string apiUrl ) : void

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

메소드 상세

FixHref() 공개 메소드

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.
리턴 void