Panda3D
Loading...
Searching...
No Matches
ActionMgr Class Reference

Public Member Functions

 __init__ (self)
 
 push (self, action)
 
 redo (self)
 
 reset (self)
 
 undo (self)
 

Public Attributes

list redoList = []
 
list undoList = []
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ push()

push ( self,
action )

◆ redo()

redo ( self)

◆ reset()

reset ( self)

◆ undo()

undo ( self)

Member Data Documentation

◆ redoList

redoList = []

◆ undoList

undoList = []