C# Класс UIListButton, urban-survivors

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

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

Метод Описание
Create ( string name, Vector3 pos ) : UIListButton,

Creates a GameObject and attaches this component type to it.

Create ( string name, Vector3 pos, Quaternion rotation ) : UIListButton,

Creates a GameObject and attaches this component type to it.

OnInput ( POINTER_INFO, &ptr ) : void

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

Create() статический публичный Метод

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos ) : UIListButton,
name string Name to give to the new GameObject.
pos Vector3 Position, in world space, where the new object should be created.
Результат UIListButton,

Create() статический публичный Метод

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos, Quaternion rotation ) : UIListButton,
name string Name to give to the new GameObject.
pos Vector3 Position, in world space, where the new object should be created.
rotation Quaternion Rotation of the object.
Результат UIListButton,

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

public OnInput ( POINTER_INFO, &ptr ) : void
ptr POINTER_INFO,
Результат void