mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
formatting
This commit is contained in:
parent
32374b1b27
commit
5f64dc015b
@ -1,4 +1,5 @@
|
|||||||
"""The new Finite State Machine module. This replaces the modules
|
"""
|
||||||
|
The new Finite State Machine module. This replaces the modules
|
||||||
previously called FSM.py (now called ClassicFSM.py).
|
previously called FSM.py (now called ClassicFSM.py).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -8,7 +9,8 @@ import types
|
|||||||
import string
|
import string
|
||||||
|
|
||||||
class FSM(DirectObject.DirectObject):
|
class FSM(DirectObject.DirectObject):
|
||||||
"""A Finite State Machine. This is intended to be the base class
|
"""
|
||||||
|
A Finite State Machine. This is intended to be the base class
|
||||||
of any number of specific machines, which consist of a collection
|
of any number of specific machines, which consist of a collection
|
||||||
of states and transitions, and rules to switch between states
|
of states and transitions, and rules to switch between states
|
||||||
according to arbitrary input data.
|
according to arbitrary input data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user