C# 클래스 Nexus.Client.Games.Starbound.StarboundSetupVM

This class encapsulates the data and the operations presented by UI elements that display the setup for Starbound game mode.
상속: SetupBaseVM
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
StarboundSetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )

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

메소드 상세

StarboundSetupVM() 공개 메소드

A simple constructor that initializes the object with the given values.
public StarboundSetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameModeInfo IGameModeDescriptor The descriptor for the game mode being set up.