C# Class UnityEngine.AnimatorStateInfo

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

public IsName ( string name ) : bool
name string
return bool

IsTag() public method

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

public IsTag ( string tag ) : bool
tag string
return bool