C# Class QFSM.FSMTranslation, QFramework

跳转类
Afficher le fichier Open project: liangxiegame/QFramework

Méthodes publiques

Свойство Type Description
callfunc FSMCallfunc
fromState string
name string
toState string

Méthodes publiques

Méthode Description
FSMTranslation ( string fromState, string name, string toState, FSMCallfunc callfunc ) : UnityEngine

Method Details

FSMTranslation() public méthode

public FSMTranslation ( string fromState, string name, string toState, FSMCallfunc callfunc ) : UnityEngine
fromState string
name string
toState string
callfunc FSMCallfunc
Résultat UnityEngine

Property Details

callfunc public_oe property

public FSMCallfunc callfunc
Résultat FSMCallfunc

fromState public_oe property

public string fromState
Résultat string

name public_oe property

public string name
Résultat string

toState public_oe property

public string toState
Résultat string