C# Class QFSM.FSMTranslation, QFramework

跳转类
Show file Open project: liangxiegame/QFramework

Public Properties

Property Type Description
callfunc FSMCallfunc
fromState string
name string
toState string

Public Methods

Method Description
FSMTranslation ( string fromState, string name, string toState, FSMCallfunc callfunc ) : UnityEngine

Method Details

FSMTranslation() public method

public FSMTranslation ( string fromState, string name, string toState, FSMCallfunc callfunc ) : UnityEngine
fromState string
name string
toState string
callfunc FSMCallfunc
return UnityEngine

Property Details

callfunc public property

public FSMCallfunc callfunc
return FSMCallfunc

fromState public property

public string fromState
return string

name public property

public string name
return string

toState public property

public string toState
return string