C# Класс CnControls.VirtualButton

Virtual button class
Показать файл Открыть проект Примеры использования класса

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

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

Press logic sets the current state of the button to "IsPressed" untill the Release() method is called

Release ( ) : void

Release logic frees the button from its "IsPressed" state

VirtualButton ( string name ) : UnityEngine

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

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

Press logic sets the current state of the button to "IsPressed" untill the Release() method is called
public Press ( ) : void
Результат void

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

Release logic frees the button from its "IsPressed" state
public Release ( ) : void
Результат void

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

public VirtualButton ( string name ) : UnityEngine
name string
Результат UnityEngine