PersistenceContext (object)¶
バージョン 1.13.0 で追加.
The PersistenceContext is passed to objects from Splice when saving or loading a scene file.
Members¶
String | hostName | The name of the host DCC application |
String | hostVersion | The version of the host DCC application. |
String | filePath | The filename of the currently saved DCC scene file. |
Methods¶
PersistenceContext ( in PersistenceContext other ) | |
PersistenceContext () | |
PersistenceContext | clone ? () |
PersistenceContext | getInstance ? () |
Methods in detail¶
PersistenceContext ( in PersistenceContext other )
copy constructor
default constructor
PersistenceContext PersistenceContext.clone? ()
clone method
PersistenceContext PersistenceContext.getInstance? ()