<Code Lib>
2025.3 Method
Changes 0
M

IExportContext.OnViewBegin

Description:
This method marks the beginning of a 3D view to be exported.

RenderNodeAction OnViewBegin(
	ViewNode node
)

  • node
    Geometry node associated with the view.
Return Value RenderNodeAction Return RenderNodeAction.Skip if you wish to skip exporting this view, or return RenderNodeAction.Proceed otherwise.

Loading…