Click or drag to resize

IVisualProcessorProcess Method

Process the visual subtree.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Process(
	Visual root
)

Parameters

root
Type: Demo3D.VisualsVisual
The root of the visual subtree.
See Also