C# Class UnityEngine.AnimatorTransitionInfo

ファイルを表示 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 Transition.

IsUserName ( string name ) : bool

Does userName match the name of the active Transition.

Method Details

IsName() public method

Does name match the name of the active Transition.

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

IsUserName() public method

Does userName match the name of the active Transition.

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