FBEventSceneChange Class Reference

FBEventSceneChange Class Reference

#include <mobu-python-api.h>

Class Description

Select model event class.

This event occurs every time a model is:

  • (un)selected
  • added
  • destroyed
  • renamed, etc..
+ Inheritance diagram for FBEventSceneChange:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 

Public Attributes

FBPropertySceneChangeType Type
 Read Only Property: Type of selection event. More...
 
FBPropertyComponent Component
 Read Only Property: Modified component More...
 
FBPropertyComponent ChildComponent
 Read Only Property: Child component of the event. More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Member Function Documentation

__init__ ( object  arg1)

Constructor.

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBEventSceneChange(HKEventBase pEvent) 
Parameters
pEventBase event (internal) to obtain information from.
__reduce__ ( )

Member Data Documentation

FBPropertyComponent ChildComponent

Read Only Property: Child component of the event.

Read Only Property: Modified component

FBPropertySceneChangeType Type

Read Only Property: Type of selection event.