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: 19.01.00
Syntax
C#
void Update(
	IDisplay display
)

Parameters

display  IDisplay

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

See Also