C# Класс HandleBuildingGUI, Energy

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

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

Свойство Тип Описание
hbTexture Texture
labels string[]
menuPosition Rect
powerPlantsTexture Texture
ppbTextures Texture[]
prbTextures Texture[]
sbTextures Texture[]

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

Метод Описание
OnGUI ( ) : void
Start ( ) : void

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

Метод Описание
clickedOnPowerPlants ( Rect powerPlantsPosition, float circleDiv, float cirlceStart, float radius ) : void
clickedOnStorage ( Rect storagesPosition, float circleDiv, float cirlceStart, float radius ) : void
clickedOnpollutionReducer ( Rect pollutionReducerPosition, float circleDiv, float cirlceStart, float radius ) : void
getCircelCoordinates ( float radiant, float radius ) : Vector2
overItem ( float mouseX, float mouseY, Rect position ) : bool

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

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

public OnGUI ( ) : void
Результат void

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

public Start ( ) : void
Результат void

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

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

public Texture hbTexture
Результат Texture

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

public string[] labels
Результат string[]

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

public Rect menuPosition
Результат Rect

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

public Texture powerPlantsTexture
Результат Texture

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

public Texture[] ppbTextures
Результат Texture[]

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

public Texture[] prbTextures
Результат Texture[]

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

public Texture[] sbTextures
Результат Texture[]