C# Класс Epigene.UI.UIBaseObject

Abstract base class which contains generic functions and properties.
Наследование: UIObject
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
gameObject UnityEngine.GameObject
type UIType
visible bool

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

Метод Описание
GetType ( ) : UIType

Get the type of the this item.

Parse ( object>.Dictionary dict ) : void

Parse the content of the dictionary and create a new gameobjet with this parameters

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

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

Get the type of the this item.
public GetType ( ) : UIType
Результат UIType

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

Parse the content of the dictionary and create a new gameobjet with this parameters
public Parse ( object>.Dictionary dict ) : void
dict object>.Dictionary
Результат void

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

gameObject защищенное свойство

protected GameObject,UnityEngine gameObject
Результат UnityEngine.GameObject

type защищенное свойство

protected UIType type
Результат UIType

visible защищенное свойство

protected bool visible
Результат bool