C# 클래스 NativeUI.PauseMenu.MissionLogo

파일 보기 프로젝트 열기: Guad/NativeUI

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MissionLogo ( string filepath ) : System

Create a logo from an external picture.

MissionLogo ( string textureDict, string textureName ) : System

Create a mission logo from a game texture.

메소드 상세

MissionLogo() 공개 메소드

Create a logo from an external picture.
public MissionLogo ( string filepath ) : System
filepath string Path to the picture
리턴 System

MissionLogo() 공개 메소드

Create a mission logo from a game texture.
public MissionLogo ( string textureDict, string textureName ) : System
textureDict string Name of the texture dictionary
textureName string Name of the texture.
리턴 System