ICustomNativeVisualizer.Draw Method
Draws the specified feature.
Draw(Feature feature, Drawable drawable)
Draws the specified feature.Syntax
public CustomVisualizerCacheHint Draw (
Feature feature,
Drawable drawable
)
Parameters
The feature to draw.
The drawable to draw on.
Return Value
A value indicating under which circumstances the result of the drawing calls just made can be cached.
Remarks
This method is called by Carmenta Engine to draw a feature with this custom visualizer, in 2D. See Custom Native Rendering for more information.
Platforms
Windows, Linux, Android