C# 클래스 Nexus.Client.ModManagement.Scripting.CSharpScript.SelectOption

Describes the options to display in a select form.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Desc string
Item string
Preview string

공개 메소드들

메소드 설명
SelectOption ( string item, string preview, string desc )

A simple constructor that initializes the struct with the given values.

메소드 상세

SelectOption() 공개 메소드

A simple constructor that initializes the struct with the given values.
public SelectOption ( string item, string preview, string desc )
item string The name of the selection item.
preview string The path to the preview image of the item.
desc string The description of the selection item.

프로퍼티 상세

Desc 공개적으로 프로퍼티

The description of the selection item.
public string Desc
리턴 string

Item 공개적으로 프로퍼티

The name of the selection item.
public string Item
리턴 string

Preview 공개적으로 프로퍼티

The path to the preview image of the item.
public string Preview
리턴 string