C# Класс Minimap, tf_client

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
frustumOverlayColor Color
maxTextureWidth int
texture Texture2D

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

Метод Описание
Download ( ) : IEnumerator

Download this instance.

Draw ( ) : void

Draw the specified parent.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

Minimap ( ) : UnityEngine

Initializes a new instance of the Minimap class.

Приватные методы

Метод Описание
CamCoordToGLVert ( Vector3 v ) : Vector3

Convert a coordinate to a GL vertex for drawing frustum.

Описание методов

Download() публичный Метод

Download this instance.
public Download ( ) : IEnumerator
Результат IEnumerator

Draw() публичный Метод

Draw the specified parent.
public Draw ( ) : void
Результат void

IsMouseOver() публичный Метод

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
Результат bool

Minimap() публичный Метод

Initializes a new instance of the Minimap class.
public Minimap ( ) : UnityEngine
Результат UnityEngine

Описание свойств

frustumOverlayColor публичное свойство

The color of the minimap frustum.
public Color frustumOverlayColor
Результат Color

maxTextureWidth публичное свойство

The maximum width of the texture.
public int maxTextureWidth
Результат int

texture публичное свойство

The texture.
public Texture2D texture
Результат Texture2D