Inheritance diagram for mrmeshpy.ChangeSceneAction:Classes | |
| class | Type |
Public Member Functions | |
| None | __init__ (self, str name, Object obj, ChangeSceneAction.Type type) |
| None | __init__ (self, ChangeSceneAction arg0) |
| None | action (self, HistoryAction.Type actionType) |
| int | heapBytes (self) |
| str | name (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ChangeSceneAction | operator (*args, **kwargs) |
| ChangeSceneAction | operator (*args, **kwargs) |
Generated from: MR::ChangeSceneAction Change scene action
|
static |
| None mrmeshpy.ChangeSceneAction.__init__ | ( | self, | |
| str | name, | ||
| Object | obj, | ||
| ChangeSceneAction.Type | type ) |
Constructed before removal or addition
| None mrmeshpy.ChangeSceneAction.__init__ | ( | self, | |
| ChangeSceneAction | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ChangeSceneAction.action | ( | self, | |
| HistoryAction.Type | actionType ) |
This function is called on history action (undo, redo, etc.)
Reimplemented from mrmeshpy.HistoryAction.
| int mrmeshpy.ChangeSceneAction.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
Reimplemented from mrmeshpy.HistoryAction.
| str mrmeshpy.ChangeSceneAction.name | ( | self | ) |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.
|
static |
Reimplemented from mrmeshpy.HistoryAction.