C# Class UnityEngine.AnimatorTransitionInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

IsName() public méthode

Does name match the name of the active Transition.

public IsName ( string name ) : bool
name string
Résultat bool

IsUserName() public méthode

Does userName match the name of the active Transition.

public IsUserName ( string name ) : bool
name string
Résultat bool