C# Класс UIBtnWWW, marblemadness

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

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

Свойство Тип Описание
URL string

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

Метод Описание
Copy ( SpriteRoot, s ) : void
Copy ( SpriteRoot, s, ControlCopyFlags flags ) : void
Create ( string name, Vector3 pos ) : UIBtnWWW,

Creates a GameObject and attaches this component type to it.

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

Creates a GameObject and attaches this component type to it.

OnInput ( POINTER_INFO, &ptr ) : void

Защищенные методы

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

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

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

public Copy ( SpriteRoot, s ) : void
s SpriteRoot,
Результат void

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

public Copy ( SpriteRoot, s, ControlCopyFlags flags ) : void
s SpriteRoot,
flags ControlCopyFlags
Результат void

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

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

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

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos, Quaternion rotation ) : UIBtnWWW,
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.
Результат UIBtnWWW,

DoURL() защищенный Метод

protected DoURL ( ) : void
Результат void

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

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

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

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

URL to be opened when the button is clicked.
public string URL
Результат string