C# Класс UnityEngine.AnimatorTransitionInfo

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

Private Properties

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

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

Метод Описание
IsName ( string name ) : bool

Does name match the name of the active Transition.

IsUserName ( string name ) : bool

Does userName match the name of the active Transition.

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

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

Does name match the name of the active Transition.

public IsName ( string name ) : bool
name string
Результат bool

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

Does userName match the name of the active Transition.

public IsUserName ( string name ) : bool
name string
Результат bool