C# Class NativeUI.PauseMenu.MissionLogo

Mostra file Open project: Guad/NativeUI

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

MissionLogo() public method

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

MissionLogo() public method

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.
return System