C# Класс RAGENativeUI.PauseMenu.MissionLogo

Показать файл Открыть проект

Открытые методы

Метод Описание
MissionLogo ( Texture texture ) : 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 ( Texture texture ) : System
texture Texture
Результат 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