register_open_stage_complete

omni.kit.window.file.register_open_stage_complete(callback)

Register callback to call when finish opening a stage.

Parameters

callback (Callable) – function to call. Function Signature: callback() -> None

Returns

The callback subscription.

Return type

_CallbackRegistrySubscription