C# Class UnityEngine.AnimatorStateInfo

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 state in the statemachine?

IsTag ( string tag ) : bool

Does tag match the tag of the active state in the statemachine.

Method Details

IsName() public méthode

Does name match the name of the active state in the statemachine?

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

IsTag() public méthode

Does tag match the tag of the active state in the statemachine.

public IsTag ( string tag ) : bool
tag string
Résultat bool