Click or drag to resize

IRenderableUpdate Method

If NeedsUpdate is true, this method is called before the next render

Namespace:  Demo3D.Visuals.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Update(
	IDisplay display
)

Parameters

display
Type: IDisplay

[Missing <param name="display"/> documentation for "M:Demo3D.Visuals.Renderers.IRenderable.Update(Demo3D.Visuals.IDisplay)"]

See Also