C# Class ClassDisabled, Unity3d-Finite-State-Machine

Inheritance: MonoBehaviour
Mostrar archivo Open project: thefuntastic/Unity3d-Finite-State-Machine

Public Properties

Property Type Description
helper TimeoutHelper,
oneUpdate int
twoUpdate int

Public Methods

Method Description
Awake ( ) : void
One_Enter ( ) : void
One_Update ( ) : void
Two_Enter ( ) : void
Two_Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

One_Enter() public method

public One_Enter ( ) : void
return void

One_Update() public method

public One_Update ( ) : void
return void

Two_Enter() public method

public Two_Enter ( ) : void
return void

Two_Update() public method

public Two_Update ( ) : void
return void

Property Details

helper public_oe property

public TimeoutHelper, helper
return TimeoutHelper,

oneUpdate public_oe property

public int oneUpdate
return int

twoUpdate public_oe property

public int twoUpdate
return int